typedef int (*PFI_AUD_EMITTER_OUTPUT)(cobuns32_t flags, AUDIT_EMITTER_EVENT *audit_event, void *emitter_data);
flags | Reserved for future use (must be 0) |
audit_event | Audit event to output |
emitter_data | Emitter-specific data |
Nothing
EMITTER_OUTPUT_SUCCESS | 0 |
EMITTER_OUTPUT_FAIL | -1 |
Comments:
This function is invoked by the audit facility to output an audit event to an output destination.