1AUPARSE_FEED_AGE_EVENTS(3) Linux Audit API AUPARSE_FEED_AGE_EVENTS(3)
2
3
4
6 auparse_feed_age_events - check events for complete based on time.
7
9 #include <auparse.h>
10
11 void auparse_feed_age_events(auparse_state_t *au);
12
13
15 auparse_feed_age_events should be called to see if any events are com‐
16 plete based on the current clock time. Any newly complete events will
17 be passed to the callback function.
18
19
21 None.
22
23
25 auparse_feed(3), auparse_flush_feed(3), auparse_feed_has_data(3)
26
27
29 Steve Grubb
30
31
32
33Red Hat Apr 2016 AUPARSE_FEED_AGE_EVENTS(3)