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/bh_api.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/bh_api.h b/src/bh_api.h index 40d9ffa..2a9e39a 100644 --- a/src/bh_api.h +++ b/src/bh_api.h @@ -109,6 +109,9 @@ int BHGetLastError(void **msg, int *msg_len); +int inter_key_get(void); +void inter_key_set(int key); +void *socket_data_get(void); #ifdef __cplusplus } #endif -- Gitblit v1.8.0