command/Partition: add command "partition" to switch to another partition

This commit is contained in:
Max Kellermann
2017-02-20 12:37:14 +01:00
parent e48ea5f23a
commit e9e853b19a
4 changed files with 33 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ class Client;
class Request;
class Response;
CommandResult
handle_partition(Client &client, Request request, Response &response);
CommandResult
handle_listpartitions(Client &client, Request request, Response &response);