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

DESCRIPTION

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

RETURN VALUE

21       Returns 1 if any records are accumulating otherwise 0 if empty.
22
23

SEE ALSO

25       auparse_feed(3), auparse_feed_age_events(3)
26
27
28

AUTHOR

30       Steve Grubb
31
32
33
34Red Hat                            Apr 2016           AUPARSE_FEED_HAS_DATA(3)
Impressum