diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-02-24 11:54:49 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-02-24 11:54:49 +0200 |
commit | bc8d3252169f55bbe40df247fb39143fab5bb6f0 (patch) | |
tree | 75c56ef87230ab8d68d9cb0d30c458d6dd51724a /src/daemon/command_parser_executor.h | |
parent | Merge pull request #1775 (diff) | |
parent | Add print_pl_stats daemon command (diff) | |
download | monero-bc8d3252169f55bbe40df247fb39143fab5bb6f0.tar.xz |
Merge pull request #1777
3bdda60f Add print_pl_stats daemon command (Miguel Herranz)
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 3ea2b923a..37f431974 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -59,6 +59,8 @@ public: bool print_peer_list(const std::vector<std::string>& args); + bool print_peer_list_stats(const std::vector<std::string>& args); + bool save_blockchain(const std::vector<std::string>& args); bool show_hash_rate(const std::vector<std::string>& args); |