mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
moved StreamingDestination inside ClientDestination
This commit is contained in:
3
SAM.h
3
SAM.h
@@ -11,6 +11,7 @@
|
||||
#include "Identity.h"
|
||||
#include "LeaseSet.h"
|
||||
#include "Streaming.h"
|
||||
#include "Destination.h"
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
@@ -115,7 +116,7 @@ namespace client
|
||||
|
||||
struct SAMSession
|
||||
{
|
||||
i2p::stream::StreamingDestination * localDestination;
|
||||
ClientDestination * localDestination;
|
||||
std::list<SAMSocket *> sockets;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user