mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-26 15:54:36 +02:00
replaced boost::asio::io_service by boost::asio:io_context
This commit is contained in:
parent
5f1b31213f
commit
3474538697
20 changed files with 39 additions and 39 deletions
libi2pd
|
@ -52,7 +52,7 @@ namespace util
|
|||
|
||||
bool m_IsRunning;
|
||||
std::unique_ptr<std::thread> m_Thread;
|
||||
boost::asio::io_service m_Service;
|
||||
boost::asio::io_context m_Service;
|
||||
boost::asio::deadline_timer m_Timer;
|
||||
int m_SyncInterval;
|
||||
std::vector<std::string> m_NTPServersList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue