From bdc446314d09f8ad4b8e5c4acc55ef1b81d31880 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Sat, 24 Aug 2024 20:44:40 +0800 Subject: [PATCH] refactor transport --- source/libs/transport/inc/transComm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/libs/transport/inc/transComm.h b/source/libs/transport/inc/transComm.h index b811d192bd..9ab2d918b8 100644 --- a/source/libs/transport/inc/transComm.h +++ b/source/libs/transport/inc/transComm.h @@ -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