diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-11-01 23:05:49 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-11-01 23:05:49 +0000 |
| commit | e4565e20283f6e37185bde192cede952f769cdbb (patch) | |
| tree | 0bacf6085befdf349a6445e857fe12f3939b302e | |
| parent | cff9c52e2359e6579cc7bcd69742446a41c0e82f (diff) | |
Notes
| -rw-r--r-- | sys/security/audit/audit_pipe.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c index 3abdc71b7784..c7e05ac121b0 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. */ |
