#include <worker.h>
Definition at line 87 of file worker.h.
Data Fields | |
| cdp_cb_f | cb |
| callback function to be called on event | |
| void ** | ptr |
| generic pointer to be passed to the callback | |
| _cdp_cb_t * | next |
| next callback in the list | |
| _cdp_cb_t * | prev |
| previous callback in the list | |
callback function to be called on event
Definition at line 88 of file worker.h.
Referenced by cb_add(), and worker_process().
| void** _cdp_cb_t::ptr |
generic pointer to be passed to the callback
Definition at line 89 of file worker.h.
Referenced by cb_add(), cb_remove(), and worker_process().
struct _cdp_cb_t* _cdp_cb_t::next [read] |
next callback in the list
Definition at line 90 of file worker.h.
Referenced by cb_add(), cb_remove(), and worker_process().
struct _cdp_cb_t* _cdp_cb_t::prev [read] |
previous callback in the list
Definition at line 91 of file worker.h.
Referenced by cb_add(), and cb_remove().
1.5.2