
#include <vipl_structs.h>
Data Fields | |
| VIP_PVOID | handler |
| VIP_PVOID | context |
| VIP_NOTIFY * | next |
Definition at line 464 of file vipl_structs.h.
|
|
The handler to call when the notify is raised. Definition at line 467 of file vipl_structs.h. Referenced by vip_cq_notify_thread(), vip_recv_notify_thread(), vip_send_notify_thread(), VipCQNotify(), VipRecvNotify(), and VipSendNotify(). |
|
|
The context passed as an argument to the previous handler. Definition at line 469 of file vipl_structs.h. Referenced by vip_cq_notify_thread(), vip_recv_notify_thread(), vip_send_notify_thread(), VipCQNotify(), VipRecvNotify(), and VipSendNotify(). |
|
|
The pointer to the next queued notify entry, if any. Definition at line 471 of file vipl_structs.h. Referenced by vip_cq_notify_thread(), vip_recv_notify_thread(), vip_send_notify_thread(), VipCQNotify(), VipRecvNotify(), and VipSendNotify(). |
1.4.4.