Date: Sat, 1 Nov 2008 23:05:49 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r184540 - head/sys/security/audit Message-ID: <200811012305.mA1N5nRU022064@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rwatson Date: Sat Nov 1 23:05:49 2008 New Revision: 184540 URL: http://svn.freebsd.org/changeset/base/184540 Log: Add comment for per-pipe stats. MFC after: 2 months Sponsored by: Apple, Inc. Modified: head/sys/security/audit/audit_pipe.c Modified: head/sys/security/audit/audit_pipe.c ============================================================================== --- head/sys/security/audit/audit_pipe.c Sat Nov 1 22:18:49 2008 (r184539) +++ head/sys/security/audit/audit_pipe.c Sat Nov 1 23:05:49 2008 (r184540) @@ -149,6 +149,9 @@ struct audit_pipe { u_int ap_qbyteslen; u_int ap_qoffset; + /* + * Per-pipe operation statistics. + */ u_int64_t ap_inserts; /* Records added. */ u_int64_t ap_reads; /* Records read. */ u_int64_t ap_drops; /* Records dropped. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811012305.mA1N5nRU022064>