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 pointer.
op_id
The operation ID of the suspended synchronization to resume.
flags
Reserved for future use, must be 0.

Library:

mmsyncclient

Returns:

0 on success, -1 on failure.