This commit is contained in:
aozhiwei 2023-04-24 11:34:08 +08:00
parent 741f5ccdce
commit 4677716f1f
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
#include "upstream.h"
#include "longsessionmgr.h"
#include "GCListener.h"
#include "longsession.h"
#include "ss_proto.pb.h"

View File

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