Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs.h evfs_event_helper.h evfs_operation.h 


Log Message:
* Include a string in operation, for reference

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- evfs.h      7 Feb 2006 13:16:32 -0000       1.42
+++ evfs.h      2 Mar 2006 06:11:08 -0000       1.43
@@ -100,7 +100,7 @@
 #include "evfs_vfolder.h"
 
 void evfs_operation_user_dispatch(evfs_client * client, evfs_command * command,
-                                  evfs_operation * op);
+                                  evfs_operation * op, char* misc);
 
 /**
  * ATTRIBUTE_UNUSED:
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_event_helper.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- evfs_event_helper.h 3 Feb 2006 23:12:13 -0000       1.13
+++ evfs_event_helper.h 2 Mar 2006 06:11:08 -0000       1.14
@@ -20,6 +20,6 @@
 void evfs_read_event_create(evfs_client * client, evfs_command * command,
                             char *bytes, long size);
 void evfs_operation_event_create(evfs_client * client, evfs_command * command,
-                                 evfs_operation * op);
+                                 evfs_operation * op, char* misc);
 
 #endif
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_operation.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evfs_operation.h    3 Feb 2006 23:12:13 -0000       1.7
+++ evfs_operation.h    2 Mar 2006 06:11:08 -0000       1.8
@@ -30,6 +30,7 @@
 struct evfs_operation
 {
    long id;                     /* A unique id for this op */
+   char* misc_str;
    evfs_operation_status status;
    evfs_operation_substatus substatus;
    evfs_operation_response response;




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to