Align the state record

This commit is contained in:
Feng Lee 2018-08-30 18:44:58 +08:00
parent c49e5dfddc
commit 826daace61
1 changed files with 50 additions and 52 deletions

View File

@ -68,7 +68,6 @@
%% Clean Start Flag %% Clean Start Flag
clean_start = false :: boolean(), clean_start = false :: boolean(),
%% Client Binding: local | remote %% Client Binding: local | remote
binding = local :: local | remote, binding = local :: local | remote,
@ -144,7 +143,6 @@
%% Enqueue stats %% Enqueue stats
enqueue_stats = 0, enqueue_stats = 0,
%% Created at %% Created at
created_at :: erlang:timestamp() created_at :: erlang:timestamp()
}). }).