Expire tokens, use std::shared_ptr for I2PControlSession.

This commit is contained in:
EinMByte 2015-08-02 16:32:54 +02:00
parent 109127a39e
commit 69d93146f2
4 changed files with 69 additions and 14 deletions

View file

@ -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;
};
}