1
This commit is contained in:
parent
741f5ccdce
commit
4677716f1f
@ -4,6 +4,7 @@
|
||||
#include "upstream.h"
|
||||
#include "longsessionmgr.h"
|
||||
#include "GCListener.h"
|
||||
#include "longsession.h"
|
||||
|
||||
#include "ss_proto.pb.h"
|
||||
|
||||
|
@ -16,6 +16,6 @@ class DownStream
|
||||
|
||||
private:
|
||||
int socket_handle_ = a8::INVALID_SOCKET_HANDLE;
|
||||
int type_ = 0;
|
||||
std::weak_ptr<UpStream> up_;
|
||||
int type_ = 0;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user