mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-27 02:40:40 +00:00
fix:fix struct definition
Signed-off-by: wangboyi <wangboyi4@huawei.com>
This commit is contained in:
parent
76a3035669
commit
35458ec432
@ -52,10 +52,10 @@
|
||||
#define NETWORK_OFFLINE_CODE "offline_code"
|
||||
|
||||
typedef struct {
|
||||
uint8_t data[0];
|
||||
uint32_t dataLen;
|
||||
LnnSyncInfoMsgComplete complete;
|
||||
ListNode node;
|
||||
uint8_t data[0];
|
||||
} SyncInfoMsg;
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user