--- mqtt/inc/mqttd.h 2012/01/27 15:05:38 1.2 +++ mqtt/inc/mqttd.h 2012/01/27 16:19:04 1.2.2.1 @@ -14,6 +14,8 @@ struct tagStore { struct tagSession { /* client session thread id */ pthread_t sess_tid; + /* server dispatcher */ + mqtt_srv_t *sess_srv; /* client network settings */ int sess_sock;