Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 17:15:03 -0700 (PDT)
From:      "Andrew R. Reiter" <arr@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9412 for review
Message-ID:  <200204090015.g390F3Y18432@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9412

Change 9412 by arr@arr_shibby on 2002/04/08 17:14:35

	- Finish XXX note about re-includes.
	- Add ai_lname element to audit_info.

Affected files ...

... //depot/projects/trustedbsd/audit/sys/sys/audit.h#11 edit

Differences ...

==== //depot/projects/trustedbsd/audit/sys/sys/audit.h#11 (text+ko) ====

@@ -29,7 +29,7 @@
 #ifndef _SYS_AUDIT_H_
 #define _SYS_AUDIT_H_
 
-/* XXX */
+/* XXX arr:  this is all very bad. */
 #include <sys/param.h>
 #include <sys/kernel.h>
 #include <sys/systm.h>
@@ -69,6 +69,7 @@
 	struct vnode    *ai_vp;
 	audit_id_t	ai_id;
 	u_long          ai_leased;
+	char		*ai_lname;
 };
 
 #define	AINFO_LOCK(a)	mtx_lock(&(a)->ai_mtx)
@@ -239,6 +240,7 @@
 
 void audit_init(int, void *, struct thread *);
 void audit_shutdown(int, void *, struct thread *);
+
 struct vnode *audit_write_init(const char *, struct thread *, struct ucred **); 
 void audit_write_shutdown(struct vnode *, struct thread *, struct ucred *);
 int audit_record_write(audit_record_t *, struct audit_info *,

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204090015.g390F3Y18432>