mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 12:47:48 +02:00
Expire tokens, use std::shared_ptr for I2PControlSession.
This commit is contained in:
parent
109127a39e
commit
69d93146f2
4 changed files with 69 additions and 14 deletions
|
@ -48,7 +48,7 @@ private:
|
|||
boost::asio::io_service m_Service;
|
||||
boost::asio::ip::tcp::acceptor m_Acceptor;
|
||||
|
||||
I2PControlSession* m_Session;
|
||||
std::shared_ptr<I2PControlSession> m_Session;
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue