mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add ALQ and KTR_ALQ to NOTES so that they are built into LINT.
This commit is contained in:
parent
e551d45211
commit
453ffeef5e
1 changed files with 9 additions and 0 deletions
|
|
@ -355,6 +355,15 @@ options KTR_MASK=KTR_INTR
|
|||
options KTR_CPUMASK=0x3
|
||||
options KTR_VERBOSE
|
||||
|
||||
#
|
||||
# ALQ(9) is a facilty for the asynchronous queuing of records from the kernel
|
||||
# to a vnode, and is employed by services such as KTR(4) to produce trace
|
||||
# files based on a kernel event stream. Records are written asynchronously
|
||||
# in a worker thread.
|
||||
#
|
||||
options ALQ
|
||||
options KTR_ALQ
|
||||
|
||||
#
|
||||
# The INVARIANTS option is used in a number of source files to enable
|
||||
# extra sanity checking of internal structures. This support is not
|
||||
|
|
|
|||
Loading…
Reference in a new issue