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 |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/key_def.h b/src/key_def.h
index 4f0e1c0..a25ee07 100644
--- a/src/key_def.h
+++ b/src/key_def.h
@@ -1,9 +1,16 @@
 #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
 

--
Gitblit v1.8.0