summaryrefslogtreecommitdiff
path: root/src/feature/control/control_cmd.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-04-24 11:32:14 -0400
committerNick Mathewson <nickm@torproject.org>2019-04-25 14:13:03 -0400
commita0299cd240292d93b0f465bf1845a5e54889f61b (patch)
tree9844bf5af0cb022246880239c6346ac03153fd9a /src/feature/control/control_cmd.h
parent3ed7ceeb856b3c1fbe5edf3b8c6ffe3f5e875622 (diff)
downloadtor-a0299cd240292d93b0f465bf1845a5e54889f61b.tar.gz
tor-a0299cd240292d93b0f465bf1845a5e54889f61b.zip
In control command api, rename "object" to "cmddata"
This makes it match control-spec.txt.
Diffstat (limited to 'src/feature/control/control_cmd.h')
-rw-r--r--src/feature/control/control_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/control/control_cmd.h b/src/feature/control/control_cmd.h
index 986718887c..5c3d1a1cec 100644
--- a/src/feature/control/control_cmd.h
+++ b/src/feature/control/control_cmd.h
@@ -64,7 +64,7 @@ typedef struct control_cmd_syntax_t {
/**
* True iff this command wants to be followed by a multiline object.
**/
- bool want_object;
+ bool want_cmddata;
/**
* True iff this command needs access to the raw body of the input.
*