This commit is contained in:
azw 2023-11-13 06:48:11 +00:00
parent e6570ff2d3
commit 39cf53ed69

View File

@ -60,6 +60,8 @@ namespace f8
void FreeSocketMsg(MsgHdr* hdr);
char** GetArgv() { return argv_; }
int GetArgc() { return argc_; }
long long GetMsgNodeSize() { return msgnode_size_; }
long long GetWorkingMsgNodeSize() { return working_msgnode_size_; }
private:
bool Init();