fujuntang
2021-11-10 c479ef57baaaa28964fc3ec8d80ff99dffa7d49f
src/proc_def.h
@@ -16,11 +16,13 @@
#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"
typedef struct _ProcInfo {
#if 0
@@ -64,6 +66,7 @@
} ProcInfo_query;
#define STR_RSV   "empty"
#define WT_INT    10
#ifdef __cplusplus
}