auparse_feed_age_events - Man Page

check events for complete based on time.

Synopsis

#include <auparse.h>

void auparse_feed_age_events(auparse_state_t *au);"

Description

auparse_feed_age_events should be called to see if any events are complete based on the current clock time. auparse_add_callback() must be called before aging feed events so that complete events have a consumer. Any newly complete events will be passed to the callback function.

Return Value

None.

See Also

auparse_feed(3), auparse_flush_feed(3), auparse_feed_has_data(3)

Author

Steve Grubb

Referenced By

auparse_feed(3), auparse_feed_has_data(3), auparse_flush_feed(3).

Apr 2016 Red Hat Linux Audit API