aboutsummaryrefslogtreecommitdiff
path: root/src/feature/control/control_connection_st.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature/control/control_connection_st.h')
-rw-r--r--src/feature/control/control_connection_st.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/feature/control/control_connection_st.h b/src/feature/control/control_connection_st.h
index 177a916257..c9164f03b3 100644
--- a/src/feature/control/control_connection_st.h
+++ b/src/feature/control/control_connection_st.h
@@ -40,7 +40,8 @@ struct control_connection_t {
/** A control command that we're reading from the inbuf, but which has not
* yet arrived completely. */
char *incoming_cmd;
+ /** The control command that we are currently processing. */
+ char *current_cmd;
};
-#endif
-
+#endif /* !defined(CONTROL_CONNECTION_ST_H) */