AUPARSE_GET_TIMESTAMP



AUPARSE_GET_TIMESTAMP

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
AUTHOR

NAME

auparse_get_timestamp − access timestamp of the event

SYNOPSIS

#include <auparse.h>

const au_event_t *auparse_get_timestamp(auparse_state_t *au);

DESCRIPTION

auparse_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 VALUE

Returns NULL if an error occurs; otherwise, a valid pointer to the data.

SEE ALSO

auparse_get_time(3), auparse_get_milli(3), auparse_get_serial(3), auparse_get_node(3), auparse_timestamp_compare(3).

AUTHOR

Steve Grubb



More Linux Commands

manpages/yuvmedianfilter.1.html
yuvmedianfilter(1) - A filter for yuv images produced by the
yuvmedianfilter is designed to enhance/filter images. It takes the input from STDIN and writes output to STDOUT. This filter looks around the current point for

manpages/latin8.7.html
latin8(7) - ISO 8859-14 character set encoded in octal, deci
The ISO 8859 standard includes several 8-bit extensions to the ASCII character set (also known as ISO 646-IRV). ISO 8859-14 encodes the characters used in Celti

manpages/XvShmPutImage.3.html
XvShmPutImage(3) - display an XvImage - Linux manual page...
XvPutImage(3) is similar to XPutImage(3). XvShmPutImage(3) is similar to XShmPutImage(3). The library will allocate the XvImage structure and fill out all field

manpages/csqrtf.3.html
csqrtf(3) - complex square root (Library - Linux man page)
Calculate the square root of a given complex number, with nonnegative real part, and with a branch cut along the negative real axis. (That means that csqrt(-1+e

manpages/Tcl_UniCharIsLower.3.html
Tcl_UniCharIsLower(3) - routines for classification of Tcl_U
All of the routines described examine Tcl_UniChars and return a boolean value. A non-zero return value means that the character does belong to the character cla

manpages/iso_8859_2.7.html
iso_8859_2(7) - ISO 8859-2 character set encoded in octal, d
The ISO 8859 standard includes several 8-bit extensions to the ASCII character set (also known as ISO 646-IRV). ISO 8859-2, the Latin Alphabet No. 2 is used to

manpages/extlinux.1.html
extlinux(1) install the SYSLINUX bootloader on a ext2 ext3 f
EXTLINUX is a new syslinux derivative, which boots from a Linux ext2/ext3 filesystem. It works the same way as SYSLINUX, with a few slight modifications. It is

manpages/revpath.1.html
revpath(1) - generate a relative path that can be used to un
The revpath program prints out a relative path that is the reverse or inverse of path. Start with two directories top and bottom, with the latter below the form

manpages/racoon.conf.5.html
racoon.conf(5) - configuration file for racoon (Man Page)...
racoon.conf is the configuration file for the racoon(8) ISAKMP daemon. racoon(8) negotiates security associations for itself (ISAKMP SA, or phase 1 SA) and for

manpages/curs_set.3ncurses.html
curs_set(3ncurses) - low-level curses routines (Man Page)...
The following routines give low-level access to various curses capabilities. These routines typically are used inside library routines. The def_prog_mode and de

manpages/CPU_AND.3.html
CPU_AND(3) - macros for manipulating CPU sets (Man Page)....
The cpu_set_t data structure represents a set of CPUs. CPU sets are used by sched_setaffinity(2) and similar interfaces. The cpu_set_t data type is implemented

manpages/msguniq.1.html
msguniq(1) - unify duplicate translations in message catalog
Unifies duplicate translations in a translation catalog. Finds duplicate translations of the same message ID. Such duplicates are invalid input for other progra





We can't live, work or learn in freedom unless the software we use is free.