Lely core libraries
2.2.5
|
The virtual table of an I/O service. More...
#include <ctx.h>
Data Fields | |
int(* | notify_fork )(struct io_svc *svc, enum io_fork_event e) |
A pointer to the function to be called by io_ctx_notify_fork() (can be NULL). More... | |
void(* | shutdown )(struct io_svc *svc) |
A pointer to the function to be called by io_ctx_shutdown() (can be NULL). | |
int(* io_svc_vtbl::notify_fork) (struct io_svc *svc, enum io_fork_event e) |
A pointer to the function to be called by io_ctx_notify_fork() (can be NULL).