Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
84fcfe53
Commit
84fcfe53
authored
May 09, 2000
by
Andreas Gustafsson
Browse files
new logging module DNS_LOGMODULE_MASTERDUMP
parent
29446b11
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/dns/include/dns/log.h
View file @
84fcfe53
...
...
@@ -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
...
...
lib/dns/log.c
View file @
84fcfe53
...
...
@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: log.c,v 1.2
2
2000/05/09 23:
29:51
gson Exp $ */
/* $Id: log.c,v 1.2
3
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
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment