From 34cd75f77d0ca94dbdba4e6cc9451fe4d33e78b3 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期三, 19 五月 2021 19:14:13 +0800
Subject: [PATCH] add api BHQueryProcs.

---
 src/defs.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/defs.h b/src/defs.h
index 6939352..51040e6 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -66,4 +66,7 @@
 bool BHNodeInit(const int64_t request, int64_t &reply);
 void BHCenterHandleInit(std::function<int64_t(const int64_t)> const &onReq);
 
+// node mq is avail with in timeout; after that may get killed.
+int NodeTimeoutSec();
+
 #endif // end of include guard: DEFS_KP8LKGD0

--
Gitblit v1.8.0