This commit is contained in:
aozhiwei 2023-04-24 10:42:53 +08:00
parent adeaac6e1d
commit 6001cb8e02

View File

@ -8,4 +8,7 @@ class DownStream
std::weak_ptr<UpStream> conn;
void ForwardUpStreamMsg(f8::MsgHdr& hdr);
private:
int type_ = 0;
};