mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
charybdis: Add a dummy resolver instance here until this linkage is figured out.
This commit is contained in:
parent
d5abc39e49
commit
213e4510b9
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ boost::asio::signal_set sigs
|
||||||
// are loaded otherwise the module will not be unloadable.
|
// are loaded otherwise the module will not be unloadable.
|
||||||
boost::asio::ip::tcp::acceptor _dummy_acceptor_ { *ios };
|
boost::asio::ip::tcp::acceptor _dummy_acceptor_ { *ios };
|
||||||
boost::asio::ip::tcp::socket _dummy_sock_ { *ios };
|
boost::asio::ip::tcp::socket _dummy_sock_ { *ios };
|
||||||
|
boost::asio::ip::tcp::resolver _dummy_resolver_ { *ios };
|
||||||
|
|
||||||
int main(int argc, char *const *argv)
|
int main(int argc, char *const *argv)
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in a new issue