summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_private.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-06-05 13:43:57 +0000
committerrwatson <rwatson@FreeBSD.org>2006-06-05 13:43:57 +0000
commit4f92724562aeddd68892b2f2902f15196fb15aa3 (patch)
treee2581f585ccf82344e263c87925295b69eb2e7d6 /sys/security/audit/audit_private.h
parent20a9b30021810cb9d9be3ea013ee19b5cec7b704 (diff)
downloadFreeBSD-src-4f92724562aeddd68892b2f2902f15196fb15aa3.zip
FreeBSD-src-4f92724562aeddd68892b2f2902f15196fb15aa3.tar.gz
Rename audit_cv to audit_worker_cv, as it wakes up the audit
worker. Rename audit_commit_cv to audit_watermark_cv, since it is there to wake up threads waiting on hitting the low watermark. Describe properly in comment. Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/security/audit/audit_private.h')
-rw-r--r--sys/security/audit/audit_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/security/audit/audit_private.h b/sys/security/audit/audit_private.h
index e8ae41e..543bb60 100644
--- a/sys/security/audit/audit_private.h
+++ b/sys/security/audit/audit_private.h
@@ -269,8 +269,8 @@ void kau_init(void);
* be abstracted so that only accessor methods are exposed.
*/
extern struct mtx audit_mtx;
-extern struct cv audit_commit_cv;
-extern struct cv audit_cv;
+extern struct cv audit_watermark_cv;
+extern struct cv audit_worker_cv;
extern struct kaudit_queue audit_q;
extern int audit_q_len;
extern int audit_pre_q_len;
OpenPOWER on IntegriCloud