--- mqtt/inc/mqtt.h 2011/12/29 14:13:13 1.1.2.8 +++ mqtt/inc/mqtt.h 2012/01/05 10:01:20 1.1.2.9 @@ -16,13 +16,15 @@ struct tagArgs { ait_val_t Msg; } Will; + u_short MsgID; + u_char Dup; u_char Retain; u_char QoS; u_char notClear; struct { - FILE *isFile; + u_char isFile; ait_val_t Value; };