From 61ba96e2f90930c7dfde73e05ac6d2c5a611afa7 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 27 Oct 1999 00:30:28 +0000 Subject: [PATCH] added DNS_LOGMODULE_JOURNAL --- 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 df8ee29290..6a0d606455 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.4 1999/10/25 11:21:03 marka Exp $ */ +/* $Id: log.h,v 1.5 1999/10/27 00:30:28 gson Exp $ */ /* Principal Authors: DCL */ @@ -50,6 +50,7 @@ extern isc_logmodule_t dns_modules[]; #define DNS_LOGMODULE_CONFIG (&dns_modules[8]) #define DNS_LOGMODULE_RESOLVER (&dns_modules[9]) #define DNS_LOGMODULE_ZONE (&dns_modules[10]) +#define DNS_LOGMODULE_JOURNAL (&dns_modules[11]) dns_result_t dns_log_init(isc_log_t *lctx); diff --git a/lib/dns/log.c b/lib/dns/log.c index d8bcaad5d7..1a5c554df6 100644 --- a/lib/dns/log.c +++ b/lib/dns/log.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: log.c,v 1.4 1999/10/25 11:21:03 marka Exp $ */ +/* $Id: log.c,v 1.5 1999/10/27 00:30:28 gson Exp $ */ /* Principal Authors: DCL */ @@ -56,6 +56,7 @@ isc_logmodule_t dns_modules[] = { { "dns/config", 0 }, { "dns/resolver", 0 }, { "dns/zone", 0 }, + { "dns/journal", 0 }, { NULL, 0 } };