summaryrefslogtreecommitdiff
path: root/deps/rabbit_common
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2020-06-08 13:37:53 +0300
committerMichael Klishin <michael@clojurewerkz.org>2020-07-14 03:50:09 +0300
commit2b80223ed65b170051ee33296b52aa2d59aa3dc6 (patch)
tree15239c65d9c0c7bd9addb8e7b8e149dda1996469 /deps/rabbit_common
parent58dc58d846a127336524e6ec38b42b6538cb64d4 (diff)
downloadrabbitmq-server-git-2b80223ed65b170051ee33296b52aa2d59aa3dc6.tar.gz
Initial API bits for marking a node as being drained (or not)
Part of #2321.
Diffstat (limited to 'deps/rabbit_common')
-rw-r--r--deps/rabbit_common/include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbit_common/include/rabbit.hrl b/deps/rabbit_common/include/rabbit.hrl
index 6c8867dadc..ef83c307eb 100644
--- a/deps/rabbit_common/include/rabbit.hrl
+++ b/deps/rabbit_common/include/rabbit.hrl
@@ -185,7 +185,7 @@
%% Indicates maintenance state of a node
-record(node_maintenance_state, {
node,
- status,
+ status = regular,
context = #{}
}).
%%----------------------------------------------------------------------------