summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_mqtt/include/mqtt_machine.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbitmq_mqtt/include/mqtt_machine.hrl')
-rw-r--r--deps/rabbitmq_mqtt/include/mqtt_machine.hrl8
1 files changed, 8 insertions, 0 deletions
diff --git a/deps/rabbitmq_mqtt/include/mqtt_machine.hrl b/deps/rabbitmq_mqtt/include/mqtt_machine.hrl
new file mode 100644
index 0000000000..b670c7b32e
--- /dev/null
+++ b/deps/rabbitmq_mqtt/include/mqtt_machine.hrl
@@ -0,0 +1,8 @@
+%% This Source Code Form is subject to the terms of the Mozilla Public
+%% License, v. 2.0. If a copy of the MPL was not distributed with this
+%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
+%%
+%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
+%%
+
+-record(machine_state, {client_ids = #{}}).