Diff for /mqtt/inc/Attic/aitmqtt.h between versions 1.1.1.1.2.21 and 1.1.1.1.2.22

version 1.1.1.1.2.21, 2011/11/22 15:25:19 version 1.1.1.1.2.22, 2011/11/28 10:17:12
Line 95  typedef union { Line 95  typedef union {
 } mqtt_v_t;  } mqtt_v_t;
   
 typedef struct {  typedef struct {
        mqtt_v_t        sub_sb;        unsigned char   sub_ret;
        char            *sub_data;        struct __sbuf   sub_topic;
        unsigned char   sub_qos;        struct __sbuf   sub_value;
 } mqtt_subscr_t;  } mqtt_subscr_t;
   
 typedef struct {  typedef struct {

Removed from v.1.1.1.1.2.21  
changed lines
  Added in v.1.1.1.1.2.22


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