Use struct kaudit_queue instead of a hand-crafted queue type for
audit records in the audit_worker thread. Obtained from: TrustedBSD Project
This commit is contained in:
parent
40c96d7279
commit
b3ae6323f0
@ -394,7 +394,7 @@ audit_worker_drain(void)
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user