From a0299cd240292d93b0f465bf1845a5e54889f61b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 24 Apr 2019 11:32:14 -0400 Subject: In control command api, rename "object" to "cmddata" This makes it match control-spec.txt. --- src/feature/control/control_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/feature/control/control_cmd.h') 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. * -- cgit v1.2.3-54-g00ecf