mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-07 19:23:58 +03:00
Potential fix for inability to cancel Boost.Asio blocking accept on Linux
This commit is contained in:
parent
5fe4313b95
commit
22c1314738
2 changed files with 39 additions and 8 deletions
|
@ -45,6 +45,7 @@ namespace OMW { namespace CommandServer
|
|||
void threadMain();
|
||||
|
||||
// Objects used to set up the listening server
|
||||
int mPort;
|
||||
boost::asio::io_service mIOService;
|
||||
boost::asio::ip::tcp::acceptor mAcceptor;
|
||||
boost::thread* mpThread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue