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