|
From: <svn...@op...> - 2009-03-29 22:33:17
|
Author: dgollub Date: Mon Mar 30 00:33:10 2009 New Revision: 5438 URL: http://www.opensync.org/changeset/5438 Log: Drop write-sink function from file-sync plugin. The write sink plugin function got dropped from the OpenSync API r5435 Modified: plugins/file-sync/src/file_sync.c Modified: plugins/file-sync/src/file_sync.c ============================================================================== --- plugins/file-sync/src/file_sync.c Mon Mar 30 00:26:13 2009 (r5437) +++ plugins/file-sync/src/file_sync.c Mon Mar 30 00:33:10 2009 (r5438) @@ -568,7 +568,6 @@ osync_objtype_sink_set_get_changes_func(dir->sink, osync_filesync_get_changes); osync_objtype_sink_set_commit_func(dir->sink, osync_filesync_commit_change); osync_objtype_sink_set_read_func(dir->sink, osync_filesync_read); - osync_objtype_sink_set_write_func(dir->sink, osync_filesync_write); osync_objtype_sink_set_sync_done_func(dir->sink, osync_filesync_sync_done); /* We pass the OSyncFileDir object to the sink, so we dont have to look it up |