aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-09-08 19:59:05 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-09-08 19:59:05 -0500
commitd30b234f08fb49b209e7cd5192ab12d211d66ace (patch)
tree135d30dc2054e895ccdd8a66ff15e59d0e77f42e /src/daemon/rpc_command_executor.h
parentMerge pull request #5847 (diff)
parentdaemon: add pruned and publicrpc flags to print_pl (diff)
downloadmonero-d30b234f08fb49b209e7cd5192ab12d211d66ace.tar.xz
Merge pull request #5849
b51f4cd daemon: add pruned and publicrpc flags to print_pl (moneromooo-monero)
Diffstat (limited to 'src/daemon/rpc_command_executor.h')
-rw-r--r--src/daemon/rpc_command_executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h
index c474e0a0f..af7081ef3 100644
--- a/src/daemon/rpc_command_executor.h
+++ b/src/daemon/rpc_command_executor.h
@@ -69,7 +69,7 @@ public:
~t_rpc_command_executor();
- bool print_peer_list(bool white = true, bool gray = true, size_t limit = 0);
+ bool print_peer_list(bool white = true, bool gray = true, size_t limit = 0, bool pruned_only = false, bool publicrpc_only = false);
bool print_peer_list_stats();