From de80ed87b8339f23624642786698057a62bdf779 Mon Sep 17 00:00:00 2001
From: fujuntang <fujuntang@smartai.com>
Date: 星期二, 23 十一月 2021 11:25:48 +0800
Subject: [PATCH] Fix the communication failure issue when the registered applications exceeds the fixed amount.
---
src/proc_def.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/proc_def.h b/src/proc_def.h
index 2b3f57b..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
@@ -63,11 +66,13 @@
} ProcInfo_query;
+#define STR_RSV "empty"
+#define WT_INT 10
+
#ifdef __cplusplus
}
#endif
-#define INT_STR 0x01
#define SVR_STR 0x02
#endif //end of file
--
Gitblit v1.8.0