|
From: Volker S. <vo...@sc...> - 2010-05-14 13:19:48
|
This patch adapts the msynctool to the new api of opensync and thus fixes some compile errors of the project. Furthermore the interface of the msync_plugin was changed to: void (* MSyncPluginGetConfig)(MSyncPlugin*, OSyncPluginConfig *config ); This was neccessary because the OSyncPluginConfig does not provide a method to set a new configuration as a char *. Now the MSyncPluginGetConfig returns not the character representation of the config file but it updates the OSyncPluginConfig in the plugin dependant getConfig method. As a prove of concept a msync plugin for the file-sync plugin was implemented. The evo2-sync plugin was added to the plugin list but is not working correct until now. Best Regards Volker Schreiner |