Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_command.h evfs_event.h evfs_misc.h 


Log Message:
* Attach a generated identifer to each command, for tracking purposes

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_command.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evfs_command.h      12 Mar 2006 05:27:33 -0000      1.7
+++ evfs_command.h      5 Apr 2006 05:39:05 -0000       1.8
@@ -37,6 +37,8 @@
    evfs_command_type type;
    evfs_command_file file_command;
    struct evfs_operation *op;
+
+   long client_identifier;
 }
 evfs_command;
 
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_event.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- evfs_event.h        5 Apr 2006 02:22:48 -0000       1.11
+++ evfs_event.h        5 Apr 2006 05:39:05 -0000       1.12
@@ -51,6 +51,7 @@
    
    EVFS_COMMAND_END = 20,
    EVFS_COMMAND_PART_OPERATION = 21,
+   EVFS_COMMAND_CLIENTID = 22,
 
    EVFS_EV_PART_END = 1000
 } evfs_eventpart;
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_misc.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evfs_misc.h 14 Mar 2006 13:06:23 -0000      1.7
+++ evfs_misc.h 5 Apr 2006 05:39:05 -0000       1.8
@@ -43,4 +43,7 @@
 
 evfs_filereference* evfs_empty_file_get();
 
+long libevfs_next_command_id_get();
+evfs_command* evfs_client_command_new();
+
 #endif




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