mirror of
https://github.com/monero-project/monero.git
synced 2025-12-25 12:25:18 -08:00
Add print_pl_stats daemon command
This commit is contained in:
@@ -68,6 +68,11 @@ t_command_server::t_command_server(
|
||||
, std::bind(&t_command_parser_executor::print_peer_list, &m_parser, p::_1)
|
||||
, "Print peer list"
|
||||
);
|
||||
m_command_lookup.set_handler(
|
||||
"print_pl_stats"
|
||||
, std::bind(&t_command_parser_executor::print_peer_list_stats, &m_parser, p::_1)
|
||||
, "Print peer list stats"
|
||||
);
|
||||
m_command_lookup.set_handler(
|
||||
"print_cn"
|
||||
, std::bind(&t_command_parser_executor::print_connections, &m_parser, p::_1)
|
||||
|
||||
Reference in New Issue
Block a user