This commit is contained in:
azw 2023-05-08 04:58:04 +00:00
parent 208216e2d1
commit 56640c5554

View File

@ -19,4 +19,9 @@ public:
char* AllocUdpMsg(int len);
void FreeUdpMsg(char* p);
private:
char* socket_msg_buf_ = nullptr;
char* udp_msg_buf_ = nullptr;
};