Add CLI for sending MGMT_ACTIVE_GET/SET, MGMT_PENDING_GET/SET (Reopen #402) (#474)

* Add CLI for sending MGMT_ACTIVE_GET, MGMT_ACTIVE_SET, MGMT_PENDING_GET and MGMT_PENDING_SET
This commit is contained in:
Lu Wang
2016-08-30 10:48:52 -07:00
committed by Jonathan Hui
parent 8858313feb
commit f4ea00c5f3
10 changed files with 769 additions and 20 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ public:
private:
enum
{
kMaxArgs = 8,
kMaxArgs = 32,
};
static void AppendResult(ThreadError error);