提交 d5d113ae 编写于 作者: K kailixu

chore: fix the SHbParam definition

上级 e27cdfd5
...@@ -21,9 +21,11 @@ ...@@ -21,9 +21,11 @@
typedef struct { typedef struct {
union { union {
struct {
int64_t clusterId; int64_t clusterId;
int32_t passKeyCnt; int32_t passKeyCnt;
}; };
};
} SHbParam; } SHbParam;
static SClientHbMgr clientHbMgr = {0}; static SClientHbMgr clientHbMgr = {0};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册