summaryrefslogtreecommitdiff
path: root/lib/mgmt_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mgmt_msg.h')
-rw-r--r--lib/mgmt_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mgmt_msg.h b/lib/mgmt_msg.h
index 9fdcb9ecd3..dd7ae59f91 100644
--- a/lib/mgmt_msg.h
+++ b/lib/mgmt_msg.h
@@ -98,8 +98,8 @@ struct msg_conn {
struct msg_conn *conn);
void *user;
uint short_circuit_depth;
+ bool is_short_circuit; /* true when the message being handled is SC */
bool is_client;
- bool is_short_circuit;
bool debug;
};