server_info command.

This commit is contained in:
JoelKatz
2012-06-19 05:50:30 -07:00
parent 7467407dfe
commit 64f99820a8
4 changed files with 26 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ private:
Json::Value doPasswordSet(Json::Value& params);
Json::Value doPeers(Json::Value& params);
Json::Value doSend(Json::Value& params);
Json::Value doServerInfo(Json::Value& params);
Json::Value doSessionClose(Json::Value& params);
Json::Value doSessionOpen(Json::Value& params);
Json::Value doStop(Json::Value& params);