mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
Retire the KTR_LOCKMGR bit and use it to log eventhandler messages
instead as KTR_EVH.
This commit is contained in:
parent
75d468ee12
commit
8d25e77a0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue