diff options
author | Miguel Herranz <miguel@ipglider.org> | 2017-02-23 18:20:17 +0100 |
---|---|---|
committer | Miguel Herranz <miguel@ipglider.org> | 2017-02-23 18:20:17 +0100 |
commit | 3bdda60f3ecc92f33bab4d65c8d348dda9acc9dd (patch) | |
tree | 75c56ef87230ab8d68d9cb0d30c458d6dd51724a /src/daemon/rpc_command_executor.h | |
parent | Merge pull request #1775 (diff) | |
download | monero-3bdda60f3ecc92f33bab4d65c8d348dda9acc9dd.tar.xz |
Add print_pl_stats daemon command
Diffstat (limited to '')
-rw-r--r-- | src/daemon/rpc_command_executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index 39db75a80..eb95101ce 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -72,6 +72,8 @@ public: bool print_peer_list(); + bool print_peer_list_stats(); + bool save_blockchain(); bool show_hash_rate(); |