1AUPARSE_GET_SERIAL(3) Linux Audit API AUPARSE_GET_SERIAL(3)
2
3
4
6 auparse_get_serial - get the event's serial number
7
9 #include <auparse.h>
10
11 unsigned long auparse_get_serial(auparse_state_t *au);
12
13
15 auparse_get_serial gets the serial number value from the current
16 event's timestamp data structure.
17
18
20 Returns 0 if an error occurs; otherwise, the serial number for the
21 event.
22
23
25 auparse_get_timestamp(3), auparse_get_time(3), auparse_get_milli(3).
26 auparse_get_node(3).
27
28
30 Steve Grubb
31
32
33
34Red Hat Sept 2007 AUPARSE_GET_SERIAL(3)