Date: Mon, 5 Jun 2006 13:43:57 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/audit audit.c audit_private.h audit_worker.c Message-ID: <200606051343.k55Dhv3p088768@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-06-05 13:43:57 UTC FreeBSD src repository Modified files: sys/security/audit audit.c audit_private.h audit_worker.c Log: 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 Revision Changes Path 1.13 +9 -11 src/sys/security/audit/audit.c 1.8 +2 -2 src/sys/security/audit/audit_private.h 1.3 +3 -3 src/sys/security/audit/audit_worker.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606051343.k55Dhv3p088768>