Query: auparse_get_timestamp
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
AUPARSE_GET_TIMESTAMP(3) Linux Audit API AUPARSE_GET_TIMESTAMP(3)NAMEauparse_get_timestamp - access timestamp of the eventSYNOPSIS#include <auparse.h> const au_event_t *auparse_get_timestamp(auparse_state_t *au);DESCRIPTIONauparse_get_timestamp provides an accessor function for the event's timestamp data structure. The data structure is as follows: typedef struct { time_t sec; // Event seconds unsigned int milli; // millisecond of the timestamp unsigned long serial; // Serial number of the event const char *host; // Machine's node name } au_event_t;RETURN VALUEReturns NULL if an error occurs; otherwise, a valid pointer to the data.SEE ALSOauparse_get_time(3), auparse_get_milli(3), auparse_get_serial(3), auparse_get_node(3), auparse_timestamp_compare(3).AUTHORSteve Grubb Red Hat Sept 2007 AUPARSE_GET_TIMESTAMP(3)
Related Man Pages |
---|
auparse_init(3) - debian |
ausearch_add_regex(3) - debian |
ausearch_add_regex(3) - centos |
ausearch_add_timestamp_item(3) - centos |
auparse_get_timestamp(3) - suse |
Similar Topics in the Unix Linux Community |
---|
32-bit timestamp |
how to get the milli seconds from date in sun unix |
How to merge multiline into line begining with specific word |
Set file's timestamp |
Get timestamp with millisecond precision |