audit_log_end

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

audit_log_end - end one audit record

SYNOPSIS

void audit_log_end(struct audit_buffer * ab);

ARGUMENTS

ab

the audit_buffer

DESCRIPTION

The netlink_* functions cannot be called inside an irq context, so the audit buffer is placed on a queue and a tasklet is scheduled to remove them from the queue outside the irq context. May be called in any context.