Return to mqttd.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.1.2.7, 2012/01/25 10:34:14 | version 1.2.2.2, 2012/01/30 13:39:22 |
---|---|
Line 14 struct tagStore { | Line 14 struct tagStore { |
struct tagSession { | struct tagSession { |
/* client session thread id */ | /* client session thread id */ |
pthread_t sess_tid; | pthread_t sess_tid; |
pthread_mutex_t sess_mtx; | |
/* server dispatcher */ | |
mqtt_srv_t *sess_srv; | |
/* client network settings */ | /* client network settings */ |
int sess_sock; | int sess_sock; |