Lely core libraries 2.3.4
|
An I/O completion packet. More...
#include <poll.h>
Data Fields | |
io_cp_func_t * | func |
A pointer to the function to be invoked when the I/O operation completes. | |
OVERLAPPED | overlapped |
The OVERLAPPED structure submitted to the asynchronous I/O operation. | |
An I/O completion packet.
Additional data can be associated with an completion packet by embedding it in a struct and using structof() from the io_cp_func_t callback fuction to obtain a pointer to the struct.