aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/mqtt.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/mqtt.h')
-rw-r--r--backends/mqtt.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/backends/mqtt.h b/backends/mqtt.h
index 6483364..0cb2617 100644
--- a/backends/mqtt.h
+++ b/backends/mqtt.h
@@ -18,6 +18,15 @@ static int mqtt_shutdown(size_t n, instance** inst);
#define MQTT5_NO_LOCAL 0x04
+enum /*_mqtt_property_storage_classes*/ {
+ STORAGE_U8,
+ STORAGE_U16,
+ STORAGE_U32,
+ STORAGE_VARINT,
+ STORAGE_PREFIXED,
+ STORAGE_PREFIXPAIR
+};
+
enum {
MSG_RESERVED = 0x00,
MSG_CONNECT = 0x10,