From 1d6c040dcb9a01648edc66d8c0006c8c9294a705 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期四, 22 四月 2021 18:28:30 +0800 Subject: [PATCH] add mutex timeout limit; use atomic as refcount. --- api/bhsgo/bhome_node.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/bhsgo/bhome_node.go b/api/bhsgo/bhome_node.go index 7e7bf17..35d8681 100644 --- a/api/bhsgo/bhome_node.go +++ b/api/bhsgo/bhome_node.go @@ -8,7 +8,7 @@ import "C" import ( - bh "bhshmq/proto/source/bhome_msg" + bh "basic.com/valib/bhshmq.git/proto/source/bhome_msg" "unsafe" ) -- Gitblit v1.8.0