Diff for /mqtt/inc/mqtt.h between versions 1.1.2.8 and 1.1.2.9

version 1.1.2.8, 2011/12/29 14:13:13 version 1.1.2.9, 2012/01/05 10:01:20
Line 16  struct tagArgs { Line 16  struct tagArgs {
                 ait_val_t       Msg;                  ait_val_t       Msg;
         } Will;          } Will;
   
           u_short         MsgID;
   
         u_char          Dup;          u_char          Dup;
         u_char          Retain;          u_char          Retain;
         u_char          QoS;          u_char          QoS;
         u_char          notClear;          u_char          notClear;
   
         struct {          struct {
                FILE            *isFile;                u_char                isFile;
                 ait_val_t       Value;                  ait_val_t       Value;
         };          };
   

Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9


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