aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-07-23 17:41:44 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-07-23 17:41:44 +0000
commit4da86f88260682b5162fc9bf7daf76df5d1b743a (patch)
treec91ef835da886314db3f1da4e0a2ad23099cf1b2 /sys
parent426fc8450355a02481385bfcafbf6bb6e194d6c3 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_ktr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/kern/kern_ktr.c b/sys/kern/kern_ktr.c
index 39ae3318d6dbe..10e8f7d291baf 100644
--- a/sys/kern/kern_ktr.c
+++ b/sys/kern/kern_ktr.c
@@ -88,6 +88,9 @@ int ktr_mask = KTR_MASK;
TUNABLE_INT("debug.ktr.mask", &ktr_mask);
SYSCTL_INT(_debug_ktr, OID_AUTO, mask, CTLFLAG_RW, &ktr_mask, 0, "");
+int ktr_compile = KTR_COMPILE;
+SYSCTL_INT(_debug_ktr, OID_AUTO, compile, CTLFLAG_RD, &ktr_compile, 0, "");
+
int ktr_entries = KTR_ENTRIES;
SYSCTL_INT(_debug_ktr, OID_AUTO, entries, CTLFLAG_RD, &ktr_entries, 0, "");