Added: Handling requests to get and set node options

This commit is contained in:
Konrad 2017-04-18 14:00:30 +02:00
parent fd33315146
commit 4a99000f16
2 changed files with 201 additions and 0 deletions

View file

@ -44,6 +44,9 @@ private:
void handleGetPGPOptions(Request& req, Response& resp);
void handleSetPGPOptions(Request& req, Response& resp);
void handleGetNodeOptions(Request& req, Response& resp);
void handleSetNodeOptions(Request& req, Response& resp);
// a helper which ensures proper mutex locking
StateToken getCurrentStateToken();