1AUPARSE_GET_MILLI(3) Linux Audit API AUPARSE_GET_MILLI(3)
2
3
4
6 auparse_get_milli - get the millisecond value of the event
7
9 #include <auparse.h>
10
11 unsigned int auparse_get_milli(auparse_state_t *au);
12
13
15 auparse_get_milli gets the millisecond value of the current event.
16
17
19 Returns 0 if an error occurs; otherwise, the value of the millisecond
20 portion of the timestamp.
21
22
24 auparse_get_timestamp(3), auparse_get_time(3). auparse_get_milli(3).
25 auparse_get_node(3).
26
27
29 Steve Grubb
30
31
32
33Red Hat Sept 2007 AUPARSE_GET_MILLI(3)