From aa1542b6d6a4680088ac715c4ce40f97ada554fb Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期三, 14 四月 2021 17:52:31 +0800
Subject: [PATCH] add SendQ TrySend() TryRecv(); handle re-register.

---
 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