mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
osx fix
This commit is contained in:
parent
211660eb3d
commit
3f63732c31
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ namespace client
|
|||
|
||||
struct UDPSession
|
||||
{
|
||||
std::shared_ptr<i2p::client::ClientDestination> m_Destination;
|
||||
i2p::client::ClientDestination * m_Destination;
|
||||
boost::asio::ip::udp::socket IPSocket;
|
||||
i2p::data::IdentHash Identity;
|
||||
boost::asio::ip::udp::endpoint FromEndpoint;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue