cb_mux list entry structure More...
#include <cb_mux.h>
Data Fields | |
| struct cb_mux * | next | 
| next entry in the cb_mux list  | |
| cb_mux_cbid_t | cbid | 
| identifier for this callback  | |
| void * | info | 
| optional extra information  | |
| cb_mux_cb_t | cb | 
| callback function  | |
| void * | arg | 
| argument for callback function  | |