Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs.h evfs_event.h 


Log Message:
* Actually send an operation request to a client

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- evfs.h      31 Jan 2006 06:33:57 -0000      1.38
+++ evfs.h      31 Jan 2006 07:16:42 -0000      1.39
@@ -53,6 +53,7 @@
 }
 EfsdFsOps;
 
+#include "evfs_operation.h"
 #include "evfs_event.h"
 #include "evfs_server.h"
 #include "evfs_misc.h"
@@ -60,7 +61,6 @@
 #include "evfs_cleanup.h"
 #include "evfs_io.h"
 #include "evfs_new.h"
-#include "evfs_operation.h"
 #include "evfs_event_helper.h"
 #include "evfs_server_handle.h"
 #include "evfs_common.h"
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_event.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evfs_event.h        31 Jan 2006 06:33:57 -0000      1.4
+++ evfs_event.h        31 Jan 2006 07:16:42 -0000      1.5
@@ -42,7 +42,9 @@
        EVFS_FILE_REFERENCE_PASSWORD = 15,
        EVFS_FILE_REFERENCE_USERNAME = 16,
        EVFS_FILE_REFERENCE_FD = 17,
-        EVFS_COMMAND_END = 18,
+
+       EVFS_EV_PART_OPERATION = 18,
+        EVFS_COMMAND_END = 19,
 
        
        EVFS_EV_PART_END = 1000
@@ -110,6 +112,10 @@
        char* bytes;
 } evfs_event_data;
 
+/*typedef struct evfs_event_operation {
+       evfs_operation* op;
+} evfs_event_operation;*/
+
 //Would be good if this could be a union -> but evfs_command changes size :( */
 typedef struct evfs_event {
        evfs_eventtype type;
@@ -120,6 +126,7 @@
        evfs_event_file_monitor file_monitor;
        evfs_event_stat stat;   
        evfs_event_progress* progress;
+       evfs_operation* op;
 
        evfs_event_data data;
 }




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

Reply via email to