Return to mqttd.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.2.2.8, 2012/04/27 10:07:50 | version 1.2.2.9, 2012/05/05 13:39:27 |
---|---|
Line 74 extern cfg_root_t cfg; | Line 74 extern cfg_root_t cfg; |
extern pthread_mutex_t mtx_sess, mtx_pub; | extern pthread_mutex_t mtx_sess, mtx_pub; |
/* function prototypes */ | |
void finiSession(struct tagSession *sess); | |
void *startSession(sched_task_t *task); | |
#endif | #endif |