Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2006 19:08:47 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 93587 for review
Message-ID:  <200603191908.k2JJ8lEf020330@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=93587

Change 93587 by rwatson@rwatson_peppercorn on 2006/03/19 19:07:46

	Use struct kaudit_queue instead of a hand-crafted queue type for
	audit records in the audit_worker thread.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_worker.c#5 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit_worker.c#5 (text+ko) ====

@@ -394,7 +394,7 @@
 static void
 audit_worker(void *arg)
 {
-	TAILQ_HEAD(, kaudit_record) ar_worklist;
+	struct kaudit_queue ar_worklist;
 	struct kaudit_record *ar;
 	struct ucred *audit_cred;
 	struct thread *audit_td;



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