Move initialization message to a function

It was starting to get a bit unwieldy.
This commit is contained in:
Robbert van der Helm
2020-05-17 14:33:52 +02:00
parent d2cd608abb
commit a849927a08
2 changed files with 66 additions and 52 deletions
+5
View File
@@ -109,6 +109,11 @@ class PluginBridge {
boost::asio::streambuf& buffer,
std::string prefix = "");
/**
* Format and log all relevant debug information during initialization.
*/
void log_init_message();
boost::asio::io_context io_context;
boost::asio::local::stream_protocol::endpoint socket_endpoint;
boost::asio::local::stream_protocol::acceptor socket_acceptor;