aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.h
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2019-01-18 00:55:55 +0000
committerxiphon <xiphon@protonmail.com>2019-01-18 01:32:18 +0000
commitd294a577faa11910985920f1e70a39398e53d82d (patch)
tree8e5b459057e42c70c7ee7e21f4db796c386deb8e /src/daemon/rpc_command_executor.h
parentMerge pull request #4902 (diff)
downloadmonero-d294a577faa11910985920f1e70a39398e53d82d.tar.xz
daemon: extend 'print_pl' command, optional filter by type and limit
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 592584a5f..b8d41d9e4 100644
--- a/src/daemon/rpc_command_executor.h
+++ b/src/daemon/rpc_command_executor.h
@@ -67,7 +67,7 @@ public:
~t_rpc_command_executor();
- bool print_peer_list();
+ bool print_peer_list(bool white = true, bool gray = true, size_t limit = 0);
bool print_peer_list_stats();