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/key_def.h |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/src/key_def.h b/src/key_def.h
index 80ef7e7..a25ee07 100644
--- a/src/key_def.h
+++ b/src/key_def.h
@@ -1,2 +1,17 @@
-#define BUS_MAP_KEY 1  
-#define BUS_KEY 8
\ No newline at end of file
+#ifndef _KEY_DEF_H_
+#define _KEY_DEF_H_
+
+// bus涓富棰樹笌璁㈤槄鑰呭搴斿叧绯荤殑map
+#define SHM_BUS_MAP_KEY 1  
+
+// 闃熷垪鐘舵�佹爣璁扮殑map
+#define SHM_QUEUE_ST_KEY 3
+
+// BUS key
+#define SHM_BUS_KEY 8
+#define SHM_BUS_INT_KEY 9
+
+// 缃戠粶浠g悊key
+#define SHM_NET_PROXY_KEY 99
+
+#endif
\ No newline at end of file

--
Gitblit v1.8.0