1AUPARSE_NODE_COMPARE(3) Linux Audit API AUPARSE_NODE_COMPARE(3)
2
3
4
6 auparse_node_compare - compares node name values
7
9 #include <auparse.h>
10
11 int auparse_node_compare(au_event_t *e1, au_event_t *e2);
12
13
15 auparse_node_compare compares the node name values of 2 events.
16
17
19 Returns -1, 0, or 1 respectively depending on whether e2 is less than,
20 equal to, or greater than e1. Since this is a string compare, it proba‐
21 bly only matter that they are equal or not equal.
22
23
25 auparse_get_timestamp(3).
26
27
29 Steve Grubb
30
31
32
33Red Hat Sept 2007 AUPARSE_NODE_COMPARE(3)