xdas_timestamp_record(D3xdas)
xdas_timestamp_record --
timestamp the supplied audit record
Synopsis
#include <sys/xdas.h>
OM_uint32 das_timestamp_record(
OM_uint32 *minor_status,
const xdas_audit_ref_t *das_ref,
const xdas_audit_desc_t *audit_record_descriptor);
Description
The
xdas_timestamp_record(D3xdas)
function is a member of the XDAS
Event Submission API Option Conformance class.
xdas_timestamp_record(D3xdas)
puts a timestamp on the audit record
supplied.
The caller must have the XDAS_AUDIT_SUBMIT authority.
If successful, the function returns XDAS_S_COMPLETE.
Arguments
minor_status-
(Output)
Provides additional information when the function returns
XDAS_S_FAILURE.
das_ref-
(Input)
The handle to the XDAS server, obtained from a previous call to
xdas_initialise_session(D3xdas).
audit_record_descriptor-
(Input)
The handle to the audit record returned from a previous call to
xdas_start_record(D3xdas).
Return values
XDAS_S_COMPLETE-
Successful completion.
XDAS_S_FAILURE-
An implementation specific error or failure has occurred, such as
missing required parameters, or a kernel allocated memory failure.
XDAS_S_INVALID_DAS_REF-
The audit service handle supplied does not represent a valid
audit service session.
XDAS_S_INVALID_RECORD_DESCRIPTOR-
The specified audit record definition is invalid.
References
xdas_timestamp_record,
xdas_initialise_session(D3xdas),
xdas_start_record(D3xdas)
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - 19 June 2005