refactor transport
This commit is contained in:
parent
a367e6a0d3
commit
bdc446314d
|
@ -476,6 +476,8 @@ int32_t subnetDebugInfoToBuf(SubnetUtils* pUtils, char* buf);
|
||||||
int32_t transUtilSIpRangeToStr(SIpV4Range* pRange, char* buf);
|
int32_t transUtilSIpRangeToStr(SIpV4Range* pRange, char* buf);
|
||||||
int32_t transUtilSWhiteListToStr(SIpWhiteList* pWhiteList, char** ppBuf);
|
int32_t transUtilSWhiteListToStr(SIpWhiteList* pWhiteList, char** ppBuf);
|
||||||
|
|
||||||
|
enum { REQ_STATUS_INIT = 0, REQ_STATUS_PROCESSING };
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue