mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
new logging module DNS_LOGMODULE_MASTERDUMP
This commit is contained in:
parent
29446b1149
commit
84fcfe530b
2 changed files with 4 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: log.h,v 1.19 2000/05/09 05:12:48 marka Exp $ */
|
||||
/* $Id: log.h,v 1.20 2000/05/09 23:31:12 gson Exp $ */
|
||||
|
||||
/* Principal Authors: DCL */
|
||||
|
||||
|
|
@ -61,6 +61,7 @@ extern isc_logmodule_t dns_modules[];
|
|||
#define DNS_LOGMODULE_VALIDATOR (&dns_modules[16])
|
||||
#define DNS_LOGMODULE_DISPATCH (&dns_modules[17])
|
||||
#define DNS_LOGMODULE_REQUEST (&dns_modules[18])
|
||||
#define DNS_LOGMODULE_MASTERDUMP (&dns_modules[19])
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: log.c,v 1.22 2000/05/09 23:29:51 gson Exp $ */
|
||||
/* $Id: log.c,v 1.23 2000/05/09 23:31:10 gson Exp $ */
|
||||
|
||||
/* Principal Authors: DCL */
|
||||
|
||||
|
|
@ -66,6 +66,7 @@ isc_logmodule_t dns_modules[] = {
|
|||
{ "dns/validator", 0 },
|
||||
{ "dns/dispatch", 0 },
|
||||
{ "dns/request", 0 },
|
||||
{ "dns/masterdump", 0 },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue