#include <opensync_change_private.h>
Data Fields | |
| char * | uid |
| char * | hash |
| OSyncChangeType | changetype |
| OSyncData * | data |
| int | ref_count |
Definition at line 26 of file opensync_change_private.h.
| char* OSyncChange::uid |
The uid of this change
Definition at line 28 of file opensync_change_private.h.
Referenced by osync_change_clone(), osync_change_get_uid(), osync_change_set_uid(), and osync_change_unref().
| char* OSyncChange::hash |
The hash of this change
Definition at line 30 of file opensync_change_private.h.
Referenced by osync_change_clone(), osync_change_get_hash(), osync_change_set_hash(), and osync_change_unref().
| OSyncChangeType OSyncChange::changetype |
The change type
Definition at line 32 of file opensync_change_private.h.
Referenced by osync_change_clone(), osync_change_compare(), osync_change_get_changetype(), and osync_change_set_changetype().
The data reported from the plugin
Definition at line 34 of file opensync_change_private.h.
Referenced by osync_change_clone(), osync_change_compare(), osync_change_duplicate(), osync_change_get_data(), osync_change_get_objformat(), osync_change_get_objtype(), osync_change_set_data(), osync_change_set_objtype(), osync_change_unref(), and osync_objtype_sink_committed_all().
1.5.7.1