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