svn commit: r189036 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb security/audit

Robert Watson rwatson at FreeBSD.org
Wed Feb 25 05:26:31 PST 2009


Author: rwatson
Date: Wed Feb 25 13:26:30 2009
New Revision: 189036
URL: http://svn.freebsd.org/changeset/base/189036

Log:
  Merge r184540 from head to stable/7:
  
    Add comment for per-pipe stats.
  
    Sponsored by: Apple, Inc.

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)
  stable/7/sys/security/audit/audit_pipe.c

Modified: stable/7/sys/security/audit/audit_pipe.c
==============================================================================
--- stable/7/sys/security/audit/audit_pipe.c	Wed Feb 25 13:21:28 2009	(r189035)
+++ stable/7/sys/security/audit/audit_pipe.c	Wed Feb 25 13:26:30 2009	(r189036)
@@ -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. */


More information about the svn-src-all mailing list