Return to mqttd.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.2, 2012/01/27 15:05:38 | version 1.2.2.1, 2012/01/27 16:19:04 |
---|---|
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; |
/* server dispatcher */ | |
mqtt_srv_t *sess_srv; | |
/* client network settings */ | /* client network settings */ |
int sess_sock; | int sess_sock; |