Callback Event structure definition. More...
Callback Event structure definition.
Definition at line 48 of file callback.h.
#include <callback.h>
Data Fields | |
event_t | super |
event_t structure that gets extended | |
void(* | callback )(void *) |
callback function | |
void * | arg |
callback function argument | |