From d294a577faa11910985920f1e70a39398e53d82d Mon Sep 17 00:00:00 2001 From: xiphon Date: Fri, 18 Jan 2019 00:55:55 +0000 Subject: daemon: extend 'print_pl' command, optional filter by type and limit --- src/daemon/rpc_command_executor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/rpc_command_executor.h') 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(); -- cgit v1.2.3