Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/include Modified Files: evfs_operation.h Log Message: * Evfs server operation work =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_operation.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evfs_operation.h 18 Jan 2006 10:31:22 -0000 1.1 +++ evfs_operation.h 20 Jan 2006 03:11:43 -0000 1.2 @@ -6,9 +6,15 @@ #ifndef __EVFS_OPERATION_H_ #define __EVDS_OPERATION_H_ +enum operation_status { + EVFS_OPERATION_STATUS_USER_WAIT, + EVFS_OPERATION_STATUS_ERROR, +} operstion_status; + typedef struct evfs_operation evfs_operation; struct evfs_operation { int id; /* A unique id for this op*/ + int status; }; ------------------------------------------------------- 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