diff options
author | xiphon <xiphon@protonmail.com> | 2019-01-18 00:55:55 +0000 |
---|---|---|
committer | xiphon <xiphon@protonmail.com> | 2019-01-18 01:32:18 +0000 |
commit | d294a577faa11910985920f1e70a39398e53d82d (patch) | |
tree | 8e5b459057e42c70c7ee7e21f4db796c386deb8e /src/daemon/rpc_command_executor.h | |
parent | Merge pull request #4902 (diff) | |
download | monero-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.h | 2 |
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(); |