__audit_mq_notify(9)
NAME
__audit_mq_notify - record audit data for a POSIX MQ notify
SYNOPSIS
int __audit_mq_notify(mqd_t mqdes,
const struct sigevent __user * u_notification);
ARGUMENTS
- mqdes
- MQ descriptor
- u_notification
- Notification event
DESCRIPTION
Returns 0 for success or NULL context or < 0 on error.