OpenSync  0.22
Data Fields
OSyncPluginTimeouts Struct Reference

The timeouts for the asynchronous functions of a plugin. More...

#include <opensync_plugin.h>

Data Fields

unsigned int connect_timeout
 
unsigned int sync_done_timeout
 
unsigned int disconnect_timeout
 
unsigned int get_changeinfo_timeout
 
unsigned int get_data_timeout
 
unsigned int commit_timeout
 
unsigned int read_change_timeout
 

Detailed Description

The timeouts for the asynchronous functions of a plugin.

The default timeout it 60 seconds. Set this to 0 if you dont want to have a timeout

Definition at line 36 of file opensync_plugin.h.

Field Documentation

unsigned int OSyncPluginTimeouts::connect_timeout

The timeout of the connect function

Definition at line 38 of file opensync_plugin.h.

unsigned int OSyncPluginTimeouts::sync_done_timeout

The timeout of the syncdone function

Definition at line 40 of file opensync_plugin.h.

unsigned int OSyncPluginTimeouts::disconnect_timeout

The timeout of the disconnect function

Definition at line 42 of file opensync_plugin.h.

unsigned int OSyncPluginTimeouts::get_changeinfo_timeout

The timeout of the function that gets the changes

Definition at line 44 of file opensync_plugin.h.

unsigned int OSyncPluginTimeouts::get_data_timeout

The timeout of the function that gets the data of change

Definition at line 46 of file opensync_plugin.h.

unsigned int OSyncPluginTimeouts::commit_timeout

The timeout of the commit function

Definition at line 48 of file opensync_plugin.h.

unsigned int OSyncPluginTimeouts::read_change_timeout

The timeout of the function that reads a change

Definition at line 50 of file opensync_plugin.h.


The documentation for this struct was generated from the following file: