mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 13:40:43 -04:00
daemon: extend 'print_pl' command, optional filter by type and limit
This commit is contained in:
parent
ed54ac8fdf
commit
d294a577fa
4 changed files with 44 additions and 8 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue