From af86015d724e5edf001aa024fe7d8581c45cffd9 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期四, 15 四月 2021 10:44:12 +0800 Subject: [PATCH] fix sendq lock, use different mutexes for in,out. --- src/bh_api.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/bh_api.h b/src/bh_api.h index 1b351ca..1023ba4 100644 --- a/src/bh_api.h +++ b/src/bh_api.h @@ -64,8 +64,7 @@ bool BHSendReply(BHSrcInfo *src, const void *reply, - const int reply_len, - const int timeout_ms); + const int reply_len); // int BHCleanUp(); -- Gitblit v1.8.0