summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktr.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-03-11 20:07:22 +0000
committerjhb <jhb@FreeBSD.org>2003-03-11 20:07:22 +0000
commitae1157872921ed2a68f19f55b4b87227654512ae (patch)
tree82345079377add8e0d422bd597981f5c4a734a29 /sys/sys/ktr.h
parent97c1e71ca25f36b6f93ab676d6cbaa01dea724e0 (diff)
downloadFreeBSD-src-ae1157872921ed2a68f19f55b4b87227654512ae.zip
FreeBSD-src-ae1157872921ed2a68f19f55b4b87227654512ae.tar.gz
Retire the KTR_LOCKMGR bit and use it to log eventhandler messages
instead as KTR_EVH.
Diffstat (limited to 'sys/sys/ktr.h')
-rw-r--r--sys/sys/ktr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/ktr.h b/sys/sys/ktr.h
index 4ddd80d..f89a1e3 100644
--- a/sys/sys/ktr.h
+++ b/sys/sys/ktr.h
@@ -65,7 +65,7 @@
#define KTR_INIT 0x00004000 /* System initialization */
#define KTR_KGDB 0x00008000 /* Trace kgdb internals */
#define KTR_IO 0x00010000 /* Upper I/O */
-#define KTR_LOCKMGR 0x00020000
+#define KTR_EVH 0x00020000 /* Eventhandler */
#define KTR_NFS 0x00040000 /* The obvious */
#define KTR_VOP 0x00080000 /* The obvious */
#define KTR_VM 0x00100000 /* The virtual memory system */
OpenPOWER on IntegriCloud