Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs.h 


Log Message:
* Oops - I broke samba directory list in recent EET migration
* Start of a progress event for file transfers
* Commit latest version of John Kha's FTP Plugin

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- evfs.h      9 Nov 2005 23:51:05 -0000       1.24
+++ evfs.h      15 Nov 2005 09:58:53 -0000      1.25
@@ -177,6 +177,10 @@
        Ecore_List* list; /*A list of evfs_filereference*/      
 };
 
+typedef struct evfs_event_progress {
+       double file_progress;
+} evfs_event_progress;
+
 //Would be good if this could be a union -> but evfs_command changes size :( */
 typedef struct evfs_event {
        evfs_eventtype type;
@@ -186,6 +190,7 @@
        evfs_event_id_notify id_notify;
        evfs_event_file_monitor file_monitor;
        evfs_event_stat stat;   
+       evfs_event_progress progress;
 }
 evfs_event;
 /*---------------------------------------------------------------------*/




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to