Data-structure holding the state of subscriptions. More...
Data-structure holding the state of subscriptions.
Definition at line 298 of file asymcute.h.
#include <asymcute.h>
| Data Fields | |
| asymcute_sub_t * | next | 
| the subscriptions list entry | |
| asymcute_topic_t * | topic | 
| topic we subscribe to | |
| asymcute_sub_cb_t | cb | 
| called on incoming data | |
| void * | arg | 
| user supplied callback argument | |