1AUPARSE_FEED_HAS_DATA(3) Linux Audit API AUPARSE_FEED_HAS_DATA(3)
2
3
4
6 auparse_feed_has_data - check if there is any data accumulating that
7 might need flushing.
8
10 #include <auparse.h>
11
12 int auparse_feed_has_data(const auparse_state_t *au);
13
14
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
21 Returns 1 if any records are accumulating otherwise 0 if empty.
22
23
25 auparse_feed(3), auparse_feed_age_events(3)
26
27
28
30 Steve Grubb
31
32
33
34Red Hat Apr 2016 AUPARSE_FEED_HAS_DATA(3)