mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
audit: provide AUDITING_TD for !AUDIT case
This commit is contained in:
parent
dccb580624
commit
8e5679aa10
1 changed files with 2 additions and 0 deletions
|
|
@ -468,6 +468,8 @@ void audit_thread_free(struct thread *td);
|
|||
#define AUDIT_ARG_VNODE1(vp)
|
||||
#define AUDIT_ARG_VNODE2(vp)
|
||||
|
||||
#define AUDITING_TD(td) 0
|
||||
|
||||
#define AUDIT_SYSCALL_ENTER(code, td) 0
|
||||
#define AUDIT_SYSCALL_EXIT(error, td)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue