OpenSync
0.22
|
Struct for the change status callback. More...
#include <osengine_status.h>
Data Fields | |
changeupdatetype | type |
OSyncChange * | change |
int | member_id |
int | mapping_id |
OSyncError * | error |
Struct for the change status callback.
Definition at line 92 of file osengine_status.h.
changeupdatetype OSyncChangeUpdate::type |
The type of the status update
Definition at line 94 of file osengine_status.h.
OSyncChange* OSyncChangeUpdate::change |
The change for which the status update is
Definition at line 96 of file osengine_status.h.
int OSyncChangeUpdate::member_id |
The id of the member which sent this change
Definition at line 98 of file osengine_status.h.
int OSyncChangeUpdate::mapping_id |
The id of the mapping to which this change belongs if any
Definition at line 100 of file osengine_status.h.
OSyncError* OSyncChangeUpdate::error |
If the status was a error, this error will be set
Definition at line 102 of file osengine_status.h.