1. NAME

__audit_mq_notify - record audit data for a POSIX MQ notify

2. SYNOPSIS

void __audit_mq_notify(mqd_t  mqdes , const struct sigevent *  notification );

3. ARGUMENTS

mqdes
    MQ descriptor

notification
    Notification event

4. COPYRIGHT