mmsync_reset_sync_data_t

Data for MMSYNC_EVENT_DB_RESET event.

Synopsis:

#include <mmsync/event.h>
typedef struct s_mmsync_reset_sync_data {
    uint64_t timestamp;
    uint32_t operation_id;
    uint32_t reserved;
} mmsync_reset_sync_data_t;

Data:

uint64_t timestamp
The timestamp value assigned to the last_sync fields of all updated database entries.
uint32_t operation_id
The synchronization operation ID.
uint32_t reserved
Reserved for future use.

Library:

mmsyncclient