aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/mqtt.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/mqtt.h')
-rw-r--r--backends/mqtt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/mqtt.h b/backends/mqtt.h
index c9bce81..6483364 100644
--- a/backends/mqtt.h
+++ b/backends/mqtt.h
@@ -40,7 +40,8 @@ enum {
//qos, subscribe
typedef struct /*_mqtt_channel*/ {
char* topic;
- uint16_t topic_alias;
+ uint16_t topic_alias_sent;
+ uint16_t topic_alias_rcvd;
uint8_t flags;
} mqtt_channel_data;