refactor transport

This commit is contained in:
yihaoDeng 2024-08-24 20:44:40 +08:00
parent a367e6a0d3
commit bdc446314d
1 changed files with 2 additions and 0 deletions

View File

@ -476,6 +476,8 @@ int32_t subnetDebugInfoToBuf(SubnetUtils* pUtils, char* buf);
int32_t transUtilSIpRangeToStr(SIpV4Range* pRange, char* buf);
int32_t transUtilSWhiteListToStr(SIpWhiteList* pWhiteList, char** ppBuf);
enum { REQ_STATUS_INIT = 0, REQ_STATUS_PROCESSING };
#ifdef __cplusplus
}
#endif