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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/key_def.h b/src/key_def.h index fdeee2e..a25ee07 100644 --- a/src/key_def.h +++ b/src/key_def.h @@ -9,6 +9,7 @@ // 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