From 84fcfe530b60140f3f95f1d3894358d8c8ba4391 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 9 May 2000 23:31:12 +0000 Subject: [PATCH] new logging module DNS_LOGMODULE_MASTERDUMP --- lib/dns/include/dns/log.h | 3 ++- lib/dns/log.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/dns/include/dns/log.h b/lib/dns/include/dns/log.h index cff98c9430..61fa3a01de 100644 --- a/lib/dns/include/dns/log.h +++ b/lib/dns/include/dns/log.h @@ -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 diff --git a/lib/dns/log.c b/lib/dns/log.c index 886e928fc3..32fc4e15c8 100644 --- a/lib/dns/log.c +++ b/lib/dns/log.c @@ -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 } };