3235. [func] dns_db_diffx, a extended dns_db_diff which returns

the generated diff and optionally writes it to a
                        journal. [RT #26386]
This commit is contained in:
Mark Andrews
2011-12-04 23:48:12 +00:00
parent 9fd0ab2f6c
commit de52784e45
8 changed files with 281 additions and 88 deletions

View File

@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnstest.h,v 1.4 2011/09/02 21:15:37 each Exp $ */
/* $Id: dnstest.h,v 1.5 2011/12/04 23:48:12 marka Exp $ */
/*! \file */
@@ -75,3 +75,7 @@ dns_test_closezonemgr(void);
void
dns_test_nap(isc_uint32_t usec);
isc_result_t
dns_test_loaddb(dns_db_t **db, dns_dbtype_t dbtype, const char *origin,
const char *testfile);