diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-10-26 17:58:34 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-10-26 17:58:58 +0200 |
commit | 0821c6f6ad62bd220f0b17f8347cab99191b7a99 (patch) | |
tree | 2df4a7c5d548f644dc754f4830a6de3ed5198920 /src/daemon/command_parser_executor.h | |
parent | Merge pull request #444 (diff) | |
parent | daemon: add a status command (diff) | |
download | monero-0821c6f6ad62bd220f0b17f8347cab99191b7a99.tar.xz |
Merge pull request #446
9caf52b daemon: add a status command (moneromooo-monero)
Diffstat (limited to 'src/daemon/command_parser_executor.h')
-rw-r--r-- | src/daemon/command_parser_executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h index f900c72bd..f00fbd77e 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -63,6 +63,8 @@ public: bool show_difficulty(const std::vector<std::string>& args); + bool show_status(const std::vector<std::string>& args); + bool print_connections(const std::vector<std::string>& args); bool print_blockchain_info(const std::vector<std::string>& args); |