rabbitmq-server/deps/rabbitmq_mqtt/include/mqtt_machine_v0.hrl

9 lines
335 B
Erlang
Raw Normal View History

2020-12-22 18:21:21 +08:00
%% 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/.
%%
2021-02-04 12:04:58 +08:00
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
2020-12-22 18:21:21 +08:00
%%
-record(machine_state, {client_ids = #{}}).