Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/common


Modified Files:
        evfs_cleanup.c evfs_io.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/common/evfs_cleanup.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evfs_cleanup.c      15 Aug 2005 08:52:31 -0000      1.1
+++ evfs_cleanup.c      16 Aug 2005 09:00:20 -0000      1.2
@@ -18,3 +18,10 @@
                free(command->file_command.files[i]);
        }
 }
+
+
+
+void evfs_cleanup_file_monitor(evfs_file_monitor* mon) {
+       if (mon->monitor_path) free (mon->monitor_path);
+       free(mon);
+}
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/common/evfs_io.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evfs_io.c   16 Aug 2005 07:31:39 -0000      1.4
+++ evfs_io.c   16 Aug 2005 09:00:20 -0000      1.5
@@ -91,6 +91,7 @@
 void evfs_write_command(evfs_connection* conn, evfs_command* command) {
 
        switch (command->type) {
+               case EVFS_CMD_STOPMON_FILE:
                case EVFS_CMD_STARTMON_FILE:
                        evfs_write_file_command(conn, command);
                        break;




-------------------------------------------------------
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

Reply via email to