Diff for /mqtt/inc/mqttd.h between versions 1.2 and 1.2.2.1

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;

Removed from v.1.2  
changed lines
  Added in v.1.2.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>