Merge pull request #5080

d294a577 daemon: extend 'print_pl' command, optional filter by type and limit (xiphon)
This commit is contained in:
Riccardo Spagni 2019-01-28 21:34:17 +02:00
commit 23c7663167
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
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();