1. NAME

auditsc_get_stamp - get local copies of audit_context values

2. SYNOPSIS

int auditsc_get_stamp(struct audit_context *  ctx , struct timespec *  t , unsigned int *  serial );

3. ARGUMENTS

ctx
    audit_context for the task

t
    timespec to store time recorded in the audit_context

serial
    serial value that is recorded in the audit_context

4. DESCRIPTION

Also sets the context as auditable.

5. COPYRIGHT