aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/mqtt.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/mqtt.h')
-rw-r--r--backends/mqtt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/mqtt.h b/backends/mqtt.h
index 0cb2617..d40e83d 100644
--- a/backends/mqtt.h
+++ b/backends/mqtt.h
@@ -73,4 +73,6 @@ typedef struct /*_mqtt_instance_data*/ {
uint64_t last_control;
uint16_t packet_identifier;
+ uint16_t server_max_alias;
+ uint16_t current_alias;
} mqtt_instance_data;