feat: Add interactive controller button to print connected peers

This commit is contained in:
Alexey Rybalchenko
2021-10-13 22:05:36 +02:00
parent fda8126a43
commit ebcbe2dde6
5 changed files with 31 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ class Control : public Plugin
static auto PrintInteractiveHelp() -> void;
static auto PrintStateMachineColor() -> void;
static auto PrintStateMachine() -> void;
auto PrintNumberOfConnectedPeers() -> void;
auto StaticMode() -> void;
auto SignalHandler() -> void;
auto RunShutdownSequence() -> void;