]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
added DNS_LOGMODULE_AML
authorAndreas Gustafsson <source@isc.org>
Tue, 30 Nov 1999 22:04:56 +0000 (22:04 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 30 Nov 1999 22:04:56 +0000 (22:04 +0000)
lib/dns/include/dns/log.h
lib/dns/log.c

index 923fc441ce93c78ce537e09d45b713eaa7720ec2..bbf1a5f5d1bf99e1ecab8a7f28c0843c40b4ffe5 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: log.h,v 1.7 1999/10/29 22:37:47 gson Exp $ */
+/* $Id: log.h,v 1.8 1999/11/30 22:04:56 gson Exp $ */
 
 /* Principal Authors: DCL */
 
@@ -56,6 +56,7 @@ extern isc_logmodule_t dns_modules[];
 #define DNS_LOGMODULE_ADB              (&dns_modules[12])
 #define DNS_LOGMODULE_XFER_IN          (&dns_modules[13])
 #define DNS_LOGMODULE_XFER_OUT         (&dns_modules[14])
+#define DNS_LOGMODULE_AML              (&dns_modules[15])
 
 dns_result_t
 dns_log_init(isc_log_t *lctx);
index 83d34ce8379681aebd310f0cd25697dd9368de18..4c022207add83ceca228122b02e434954cf1a971 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: log.c,v 1.7 1999/10/29 22:37:46 gson Exp $ */
+/* $Id: log.c,v 1.8 1999/11/30 22:04:56 gson Exp $ */
 
 /* Principal Authors: DCL */
 
@@ -62,6 +62,7 @@ isc_logmodule_t dns_modules[] = {
        { "dns/adb",            0 },
        { "dns/xfrin",          0 },
        { "dns/xfrout",         0 },
+       { "dns/aml",            0 },    
        { NULL,                 0 }
 };