1AUDIT_SET_BACKLOG_WAIT_TIME(L3i)brary Functions ManuAaUlDIT_SET_BACKLOG_WAIT_TIME(3)
2
3
4

NAME

6       audit_set_backlog_wait_time - Set the audit backlog wait time
7

SYNOPSIS

9       #include <libaudit.h>
10
11       int audit_set_backlog_wait_time (int fd, int wait_time);
12
13

DESCRIPTION

15       audit_set_backlog_wait_time  sets  the  time  that the kernel will wait
16       before attempting to send more audit events to be  transferred  to  the
17       audit  daemon  when  the backlog_limit is reached. This gives the audit
18       daemon a chance to drain the kernel queue. The default value  is  60000
19       or 60 * HZ setting in the kernel.
20
21

RETURN VALUE

23       The return value is <= 0 on error, otherwise it is the netlink sequence
24       id  number.  This  function  can  have  any  error  that  sendto  would
25       encounter.
26
27

SEE ALSO

29       audit_set_backlog_limit(3), audit_open(3), auditd(8), auditctl(8).
30
31

AUTHOR

33       Steve Grubb
34
35
36
37Linux Audit API                    Oct 2014     AUDIT_SET_BACKLOG_WAIT_TIME(3)
Impressum