summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktr.h
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2002-09-22 07:13:45 +0000
committerjeff <jeff@FreeBSD.org>2002-09-22 07:13:45 +0000
commitf1712a0c27ed7662d1c0a648715c0155ef3f1735 (patch)
tree9b18bc270e3dae9f0c56f03a0e6d0a4fbd68790b /sys/sys/ktr.h
parent4e382c3af512f879ea272c476296a3336075803d (diff)
downloadFreeBSD-src-f1712a0c27ed7662d1c0a648715c0155ef3f1735.zip
FreeBSD-src-f1712a0c27ed7662d1c0a648715c0155ef3f1735.tar.gz
- Add support for logging KTR via ALQ. This is optional and enabled by the
KTR_ALQ config option.
Diffstat (limited to 'sys/sys/ktr.h')
-rw-r--r--sys/sys/ktr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/ktr.h b/sys/sys/ktr.h
index 41220a3..4ddd80d 100644
--- a/sys/sys/ktr.h
+++ b/sys/sys/ktr.h
@@ -92,6 +92,9 @@
#define KTR_COMPILE (KTR_GEN)
#endif
+/* Trace classes that can not be used with KTR_ALQ */
+#define KTR_ALQ_MASK (KTR_WITNESS)
+
/*
* Version number for ktr_entry struct. Increment this when you break binary
* compatibility.
OpenPOWER on IntegriCloud