mm_sync_resume()

Resume a suspended synchronization.

Synopsis:

#include <mmsync/mmsyncclient.h>
int mm_sync_resume( mmsync_hdl_t *hdl, 
                    unsigned op_id, 
                    uint32_t flags )

Arguments:

hdl

The mm-sync connection handle

op_id

The operation ID of the suspended synchronization to resume

flags

Must be 0; reserved future use

Library:

mmsyncclient

Description:

Resume a suspended synchronization.

Returns:

0 on success, -1 on failure