|
From: Mark E. <ma...@mp...> - 2010-01-10 21:23:06
|
Guys, I've been trying to get the sample python plugin to run through successfully. I'm coming unstuck over configuration, and was hoping for a pointer. The sample plugin sets config type as OSYNC_PLUGIN_NO_CONFIGURATION. I created a group containing the plugin, and on running osynctool --discover on the member, initially had problems in opensync/client/opensync_client.c _osync_client_handle_discover(), because there is no config. Put a test in for NULL config to get past this point, only to encounter further problems with unset config. Before I go into more detail, is there anything I need to do for a plugin with _NO_CONFIGURATION, such as set up an empty config ? Thanks Mark |