Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/include Modified Files: evfs_operation.h Log Message: * Change progress events to send a list of real file references =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_operation.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- evfs_operation.h 31 Jan 2006 06:33:57 -0000 1.4 +++ evfs_operation.h 1 Feb 2006 05:00:44 -0000 1.5 @@ -18,10 +18,15 @@ EVFS_OPERATION_RESPONSE_NEGATE } evfs_operation_response; +typedef enum evfs_operation_substatus { + EVFS_OPERATION_SUBSTATUS_FILE_OVERWRITE +} evfs_operation_substatus; + typedef struct evfs_operation evfs_operation; struct evfs_operation { long id; /* A unique id for this op*/ evfs_operation_status status; + evfs_operation_substatus substatus; evfs_operation_response response; }; ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs