Make a simple way to extend the RPC command set without modifying core server code.

This makes it easy to add self-contained modules that can be controlled and is also
useful for one-off and troubleshooting commands.
This commit is contained in:
JoelKatz
2013-01-13 22:46:42 -08:00
parent fc78cb38ed
commit 5fa43cc770
4 changed files with 80 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ protected:
Json::Value parseEvented(const Json::Value& jvParams);
Json::Value parseGetCounts(const Json::Value& jvParams);
Json::Value parseLedger(const Json::Value& jvParams);
Json::Value parseInternal(const Json::Value& jvParams);
#if ENABLE_INSECURE
Json::Value parseLogin(const Json::Value& jvParams);
#endif