0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 19:28:52 +02:00

charybdis: Add a dummy resolver instance here until this linkage is figured out.

This commit is contained in:
Jason Volk 2016-10-29 05:09:20 -07:00
parent d5abc39e49
commit 213e4510b9

View file

@ -79,6 +79,7 @@ boost::asio::signal_set sigs
// are loaded otherwise the module will not be unloadable.
boost::asio::ip::tcp::acceptor _dummy_acceptor_ { *ios };
boost::asio::ip::tcp::socket _dummy_sock_ { *ios };
boost::asio::ip::tcp::resolver _dummy_resolver_ { *ios };
int main(int argc, char *const *argv)
try