Add comment for per-pipe stats.

MFC after:	2 months
Sponsored by:	Apple, Inc.
This commit is contained in:
Robert Watson 2008-11-01 23:05:49 +00:00
parent cff9c52e23
commit e4565e2028
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184540

View File

@ -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. */