OpenSync
0.22
|
Struct for the mapping status callback. More...
#include <osengine_status.h>
Data Fields | |
mappingupdatetype | type |
long long int | winner |
OSyncMapping * | mapping |
OSyncError * | error |
Struct for the mapping status callback.
Definition at line 108 of file osengine_status.h.
mappingupdatetype OSyncMappingUpdate::type |
The type of the status update
Definition at line 110 of file osengine_status.h.
long long int OSyncMappingUpdate::winner |
If the mapping was already solved, this will have the id if the winning entry
Definition at line 112 of file osengine_status.h.
OSyncMapping* OSyncMappingUpdate::mapping |
The mapping for which the status update is
Definition at line 114 of file osengine_status.h.
OSyncError* OSyncMappingUpdate::error |
If the status was a error, this error will be set
Definition at line 116 of file osengine_status.h.