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
15 au The audit parse state
16
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
23 Returns 1 if any records are accumulating otherwise 0 if empty.
24
25
27 auparse_feed(3)
28
29
30
32 Steve Grubb
33
34
35
36Red Hat Sept 2012 AUPARSE_FEED_HAS_DATA(3)