PERFORCE change 136110 for review

Aaron Meihm alm at FreeBSD.org
Sun Feb 24 17:57:20 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=136110

Change 136110 by alm at alm_praetorian on 2008/02/24 17:57:05

	Track bytes read for the current record in source buffer.

Affected files ...

.. //depot/projects/trustedbsd/netauditd/netauditd.h#4 edit

Differences ...

==== //depot/projects/trustedbsd/netauditd/netauditd.h#4 (text+ko) ====

@@ -52,6 +52,7 @@
 	struct au_cmpnt			*sb_parent;
 	int				sb_fd;
 	u_int32_t			sb_reclen;
+	u_int32_t			sb_read;
 	u_char				*sb_rec;
 	u_char				sb_buf[8192];
 	u_char				sb_header[5];


More information about the p4-projects mailing list