1AUPARSE_GET_TIME(3)             Linux Audit API            AUPARSE_GET_TIME(3)
2
3
4

NAME

6       auparse_get_time - get event's time
7

SYNOPSIS

9       #include <auparse.h>
10
11       time_t auparse_get_time(auparse_state_t *au);
12
13

DESCRIPTION

15       auparse_get_time  will  access  just  the time portion of the timestamp
16       data structure for the current event.
17
18

RETURN VALUE

20       Returns 0 if an error occurs; otherwise, the valid time value in time_t
21       format.
22
23

SEE ALSO

25       time(3), auparse_get_timestamp(3), auparse_get_milli(3).
26
27

AUTHOR

29       Steve Grubb
30
31
32
33Red Hat                            Feb 2007                AUPARSE_GET_TIME(3)
Impressum