From 3f0f3e5028e5143c9f4f3fb5291bf387a5514915 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 1 Nov 2008 23:05:49 +0000 Subject: Add comment for per-pipe stats. MFC after: 2 months Sponsored by: Apple, Inc. --- sys/security/audit/audit_pipe.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/security') diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c index 3abdc71..c7e05ac1 100644 --- a/sys/security/audit/audit_pipe.c +++ b/sys/security/audit/audit_pipe.c @@ -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. */ -- cgit v1.1