Diff for /mqtt/inc/mqtt.h between versions 1.2.2.1 and 1.2.2.2

version 1.2.2.1, 2012/04/25 16:36:25 version 1.2.2.2, 2012/04/27 10:07:50
Line 34  struct tagArgs { Line 34  struct tagArgs {
   
         ait_val_t       Publish;          ait_val_t       Publish;
   
        array_t         *Subscribes;        mqtt_subscr_t      *subscr;
   
         void            (*free)(struct tagArgs*);          void            (*free)(struct tagArgs*);
 };  };

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


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