From 7fa99e0efe07a120af719da2cae5c1151f024403 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期三, 03 四月 2024 10:17:25 +0800 Subject: [PATCH] remove some defer --- src/proc_def.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/proc_def.h b/src/proc_def.h index 1d84362..41a990e 100644 --- a/src/proc_def.h +++ b/src/proc_def.h @@ -16,11 +16,14 @@ #define PROC_QUE_TCS 4 #define PROC_QUE_STCS 5 #define PROC_QUE_ATCS 6 +#define PROC_REG_BUF 7 #define ID_RSV 16 #define ABS_ID_RSV 18 #define STR_MAGIC "," +#define STR_EXEC "Success" +#define STR_RET "Great" typedef struct _ProcInfo { #if 0 @@ -35,6 +38,8 @@ char name[MAX_STR_LEN]; char public_info[MAX_STR_LEN]; char private_info[MAX_STR_LEN]; + char int_info[MAX_STR_LEN]; + char svr_info[MAX_STR_LEN]; #endif } ProcInfo; @@ -61,10 +66,14 @@ } ProcInfo_query; +#define STR_RSV "empty" +#define WT_INT 10 + #ifdef __cplusplus } #endif +#define SVR_STR 0x02 #endif //end of file -- Gitblit v1.8.0