Diff for /mqtt/inc/mqtt.h between versions 1.2.2.3 and 1.2.2.5

version 1.2.2.3, 2012/05/01 22:19:29 version 1.2.2.5, 2012/07/02 12:52:18
Line 3 Line 3
   
   
 #define API_CLIENT_SIDE  #define API_CLIENT_SIDE
   #include <aitmqtt.h>
 #include <mqttapi.h>  #include <mqttapi.h>
   
   
Line 20  struct tagArgs { Line 21  struct tagArgs {
                 ait_val_t       Topic;                  ait_val_t       Topic;
                 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;

Removed from v.1.2.2.3  
changed lines
  Added in v.1.2.2.5


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