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