1
This commit is contained in:
parent
208216e2d1
commit
56640c5554
@ -19,4 +19,9 @@ public:
|
||||
char* AllocUdpMsg(int len);
|
||||
void FreeUdpMsg(char* p);
|
||||
|
||||
private:
|
||||
|
||||
char* socket_msg_buf_ = nullptr;
|
||||
char* udp_msg_buf_ = nullptr;
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user