提交 d5d113ae 编写于 作者: K kailixu

chore: fix the SHbParam definition

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