daemon: extend 'print_pl' command, optional filter by type and limit

This commit is contained in:
xiphon 2019-01-18 00:55:55 +00:00
parent ed54ac8fdf
commit d294a577fa
4 changed files with 44 additions and 8 deletions

View file

@ -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();