1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Add ALQ and KTR_ALQ to NOTES so that they are built into LINT.

This commit is contained in:
Robert Watson 2005-04-16 12:14:43 +00:00
parent e551d45211
commit 453ffeef5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145143

View File

@ -355,6 +355,15 @@ options KTR_MASK=KTR_INTR
options KTR_CPUMASK=0x3 options KTR_CPUMASK=0x3
options KTR_VERBOSE 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 # The INVARIANTS option is used in a number of source files to enable
# extra sanity checking of internal structures. This support is not # extra sanity checking of internal structures. This support is not