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/CMakeLists.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f2ed570..d0c367c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -31,6 +31,7 @@
../proto/source/bhome_msg.pb.cc
../proto/source/error_msg.pb.cc
./shm/shm_mm_wrapper.cpp
+./msg_trigger/msg_mgr.cpp
./shm/mm.cpp
./shm/hashtable.cpp
./shm/shm_mm.cpp
@@ -57,6 +58,7 @@
${CMAKE_CURRENT_SOURCE_DIR}/proto
${CMAKE_CURRENT_SOURCE_DIR}/queue
${CMAKE_CURRENT_SOURCE_DIR}/socket
+ ${CMAKE_CURRENT_SOURCE_DIR}/msg_trigger
${CMAKE_CURRENT_SOURCE_DIR}/net
)
--
Gitblit v1.8.0