mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
Add DNS_LOGMODULE_ZONE
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: log.h,v 1.3 1999/10/22 19:33:13 halley Exp $ */
|
||||
/* $Id: log.h,v 1.4 1999/10/25 11:21:03 marka Exp $ */
|
||||
|
||||
/* Principal Authors: DCL */
|
||||
|
||||
@@ -49,6 +49,7 @@ extern isc_logmodule_t dns_modules[];
|
||||
#define DNS_LOGMODULE_CACHE (&dns_modules[7])
|
||||
#define DNS_LOGMODULE_CONFIG (&dns_modules[8])
|
||||
#define DNS_LOGMODULE_RESOLVER (&dns_modules[9])
|
||||
#define DNS_LOGMODULE_ZONE (&dns_modules[10])
|
||||
|
||||
dns_result_t
|
||||
dns_log_init(isc_log_t *lctx);
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: log.c,v 1.3 1999/10/22 19:31:06 halley Exp $ */
|
||||
/* $Id: log.c,v 1.4 1999/10/25 11:21:03 marka Exp $ */
|
||||
|
||||
/* Principal Authors: DCL */
|
||||
|
||||
@@ -55,6 +55,7 @@ isc_logmodule_t dns_modules[] = {
|
||||
{ "dns/cache", 0 },
|
||||
{ "dns/config", 0 },
|
||||
{ "dns/resolver", 0 },
|
||||
{ "dns/zone", 0 },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user