1AUPARSE_FEED_HAS_DATA(3)        Linux Audit API       AUPARSE_FEED_HAS_DATA(3)
2
3
4

NAME

6       auparse_feed_has_data  -  check  if there is any data accumulating that
7       might need flushing.
8

SYNOPSIS

10       #include <auparse.h>
11
12       int auparse_feed_has_data(const auparse_state_t *au);
13
14
15       au     The audit parse state
16

DESCRIPTION

18       auparse_feed_has_data may be  called  to  determine  if  there  is  any
19       records that are accumulating but not yet ready to emit.
20
21

RETURN VALUE

23       Returns 1 if any records are accumulating otherwise 0 if empty.
24
25

SEE ALSO

27       auparse_feed(3)
28
29
30

AUTHOR

32       Steve Grubb
33
34
35
36Red Hat                            Sept 2012          AUPARSE_FEED_HAS_DATA(3)
Impressum