1AUPARSE_FLUSH_FEED(3)           Linux Audit API          AUPARSE_FLUSH_FEED(3)
2
3
4

NAME

6       auparse_flush_feed - flush any unconsumed feed data through parser.
7

SYNOPSIS

9       #include <auparse.h>
10
11       int auparse_feed(auparse_state_t *au);
12
13
14       au     The audit parse state
15

DESCRIPTION

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

RETURN VALUE

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

SEE ALSO

26       auparse_feed(3)
27
28
29

AUTHOR

31       John Dennis
32
33
34
35Red Hat                            May 2007              AUPARSE_FLUSH_FEED(3)
Impressum