|
From: Chris F. <cd...@fo...> - 2010-09-12 21:10:41
|
On Sun, Sep 12, 2010 at 08:37:53AM -0700, Emanoil Kotsev wrote: > osync_hashtable_new You no longer have to create the hashtable yourself. This is a setup option in initialize() as I recall. Check the barry-sync.cc code for how to turn it on and how to use it. > osync_plugin_info_get_configdir I'm not sitting in front of the code right now, but this function might be what you need: osync_plugin_info_get_default_configdir() Looks like the API might need some cleanup there. Plugin code that has external dependencies gets messy without access to the config dir, in my opinion. - Chris |