From: <svn...@op...> - 2009-03-30 02:36:22
|
Author: dgollub Date: Mon Mar 30 04:36:16 2009 New Revision: 5445 URL: http://www.opensync.org/changeset/5445 Log: Ported file-sync plugin to slow-sync report API change refs #1085 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 04:34:56 2009 (r5444) +++ plugins/file-sync/src/file_sync.c Mon Mar 30 04:36:16 2009 (r5445) @@ -66,7 +66,7 @@ goto error; if (!anchormatch) - osync_objtype_sink_set_slowsync(dir->sink, TRUE); + osync_context_report_slowsync(ctx); if (!g_file_test(dir->path, G_FILE_TEST_IS_DIR)) { osync_error_set(&error, OSYNC_ERROR_GENERIC, "\"%s\" is not a directory", dir->path); |