Repository: trafficserver Updated Branches: refs/heads/master 336bd0a67 -> 355c165ad
TS-3033: fix PROXY_STATE_GET Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/355c165a Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/355c165a Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/355c165a Branch: refs/heads/master Commit: 355c165adc43eb838cc24652125b3c919a6f0e15 Parents: 336bd0a Author: James Peach <[email protected]> Authored: Mon Oct 6 14:36:15 2014 -0700 Committer: James Peach <[email protected]> Committed: Tue Oct 7 11:55:18 2014 -0700 ---------------------------------------------------------------------- mgmt/api/NetworkMessage.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/355c165a/mgmt/api/NetworkMessage.cc ---------------------------------------------------------------------- diff --git a/mgmt/api/NetworkMessage.cc b/mgmt/api/NetworkMessage.cc index 02c866c..1869bf9 100644 --- a/mgmt/api/NetworkMessage.cc +++ b/mgmt/api/NetworkMessage.cc @@ -72,7 +72,7 @@ static const struct NetCmdOperation responses[] = { /* FILE_WRITE */ { 1, { MGMT_MARSHALL_INT } }, /* RECORD_SET */ { 2, { MGMT_MARSHALL_INT, MGMT_MARSHALL_INT } }, /* RECORD_GET */ { 4, { MGMT_MARSHALL_INT, MGMT_MARSHALL_INT, MGMT_MARSHALL_STRING, MGMT_MARSHALL_DATA } }, - /* PROXY_STATE_GET */ { 1, { MGMT_MARSHALL_INT } }, + /* PROXY_STATE_GET */ { 2, { MGMT_MARSHALL_INT, MGMT_MARSHALL_INT } }, /* PROXY_STATE_SET */ { 1, { MGMT_MARSHALL_INT } }, /* RECONFIGURE */ { 1, { MGMT_MARSHALL_INT } }, /* RESTART */ { 1, { MGMT_MARSHALL_INT } },
