1AUPARSE_TIMESTAMP_COMPARE(3) Linux Audit API AUPARSE_TIMESTAMP_COMPARE(3)
2
3
4
6 auparse_timestamp_compare - compares timestamp values
7
9 #include <auparse.h>
10
11 int auparse_timestamp_compare(au_event_t *e1, au_event_t *e2);
12
13
15 auparse_timestamp_compare compares the values of 2 timestamps.
16
17
19 Returns -1, 0, or 1 respectively depending on whether e2 is less than,
20 equal to, or greater than e1.
21
22
24 auparse_get_timestamp(3).
25
26
28 Steve Grubb
29
30
31
32Red Hat Feb 2007 AUPARSE_TIMESTAMP_COMPARE(3)