auparse_flush_feed(3) - Linux man page

Name

auparse_flush_feed - flush any unconsumed feed data through parser.

Synopsis

#include <auparse.h>
int auparse_feed(auparse_state_t *au);
au
The audit parse state

Description

auparse_flush_feed should be called to signal the end of feed input data and flush any pending parse data through the parsing system.

Return Value

Returns -1 if an error occurs; otherwise, 0 for success.

See Also

auparse_feed(3)

Author

John Dennis

Referenced By

auparse_add_callback(3)