Imported Upstream version 2.4.3
[platform/upstream/audit.git] / docs / auparse_get_milli.3
1 .TH "AUPARSE_GET_MILLI" "3" "Sept 2007" "Red Hat" "Linux Audit API"
2 .SH NAME
3 auparse_get_milli \- get the millisecond value of the event
4 .SH "SYNOPSIS"
5 .B #include <auparse.h>
6 .sp
7 unsigned int auparse_get_milli(auparse_state_t *au);
8
9 .SH "DESCRIPTION"
10
11 auparse_get_milli gets the millisecond value of the current event.
12
13 .SH "RETURN VALUE"
14
15 Returns 0 if an error occurs; otherwise, the value of the millisecond portion of the timestamp.
16
17 .SH "SEE ALSO"
18
19 .BR auparse_get_timestamp (3),
20 .BR auparse_get_time (3).
21 .BR auparse_get_milli (3).
22 .BR auparse_get_node (3).
23
24 .SH AUTHOR
25 Steve Grubb