chore: fix the SHbParam definition
This commit is contained in:
parent
e27cdfd5c0
commit
d5d113aed7
|
@ -21,8 +21,10 @@
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
union {
|
union {
|
||||||
int64_t clusterId;
|
struct {
|
||||||
int32_t passKeyCnt;
|
int64_t clusterId;
|
||||||
|
int32_t passKeyCnt;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
} SHbParam;
|
} SHbParam;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue