auparse_get_record_num - Man Page

get current record cursor location

Synopsis

#include <auparse.h>

unsigned int auparse_get_record_num(const auparse_state_t *au);

Description

auparse_get_record_num will retrieve the internal library cursors current record location in the current event. Records within the same event are numbered starting from 0. This is generally not needed but there are some cases where one may want to know the exact record being looked at.

Return Value

Returns the current record cursor location.

See Also

auparse_goto_record_num(3),auparse_get_field_num(3).

Author

Steve Grubb

Referenced By

auparse_get_field_num(3).

Dec 2016 Red Hat Linux Audit API