Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/bin Modified Files: evfs_server_handle.c Log Message: * Finished work on EVFS_CMD_STOPMON_FILE for posix plugin * Added evfs-config.in for library linking =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_server_handle.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evfs_server_handle.c 16 Aug 2005 08:11:33 -0000 1.1 +++ evfs_server_handle.c 16 Aug 2005 09:00:19 -0000 1.2 @@ -14,7 +14,7 @@ } else { printf("Requesting a file monitor from this plugin for uri type '%s'\n", command->file_command.files[0]->plugin_uri ); - evfs_monitor_start = dlsym(plugin->dl_ref, EVFS_MONITOR_START); + evfs_monitor_start = dlsym(plugin->dl_ref, EVFS_FUNCTION_MONITOR_START); if (evfs_monitor_start) { (*evfs_monitor_start)(client,command); } @@ -36,9 +36,9 @@ if (!plugin) { printf("No plugin able to monitor this uri type\n"); } else { - printf("Requesting a file monitor from this plugin for uri type '%s'\n", command->file_command.files[0]->plugin_uri ); + printf("Requesting a file monitor end from this plugin for uri type '%s'\n", command->file_command.files[0]->plugin_uri ); - evfs_monitor_start = dlsym(plugin->dl_ref, EVFS_MONITOR_START); + evfs_monitor_start = dlsym(plugin->dl_ref, EVFS_FUNCTION_MONITOR_STOP); if (evfs_monitor_start) { (*evfs_monitor_start)(client,command); } ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs