diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-24 11:32:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-25 14:13:03 -0400 |
commit | a0299cd240292d93b0f465bf1845a5e54889f61b (patch) | |
tree | 9844bf5af0cb022246880239c6346ac03153fd9a /src/feature/control/control_cmd.h | |
parent | 3ed7ceeb856b3c1fbe5edf3b8c6ffe3f5e875622 (diff) | |
download | tor-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.h | 2 |
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. * |