Function report |
Source Code:kernel\auditsc.c |
Create Date:2022-07-28 11:28:16 |
Last Modify:2020-03-17 16:31:21 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__audit_mq_notify - record audit data for a POSIX MQ notify*@mqdes: MQ descriptor*@notification: Notification event
Proto:void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
mqd_t | mqdes | |
const struct sigevent * | notification |
2243 | context = audit_context() |
2245 | If notification Then sigev_signo = sigev_signo |
2247 | Else sigev_signo = 0 |
2251 | type = POSIX MQ notify record type |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |