Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/bin


Modified Files:
        evfs_main.c evfs_server_handle.c 


Log Message:
* evfs_operation work

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_main.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- evfs_main.c 31 Jan 2006 06:33:57 -0000      1.34
+++ evfs_main.c 2 Feb 2006 21:56:29 -0000       1.35
@@ -200,6 +200,10 @@
   case EVFS_CMD_PING:
     evfs_handle_ping_command (client, command);
     break;
+
+  case EVFS_CMD_OPERATION_RESPONSE:
+    evfs_handle_operation_command (client,command);
+    break;
   default:
     printf ("Warning - unhandled command %d\n", command->type);
     break;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_server_handle.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- evfs_server_handle.c        31 Jan 2006 06:33:57 -0000      1.37
+++ evfs_server_handle.c        2 Feb 2006 21:56:29 -0000       1.38
@@ -548,3 +548,8 @@
 {
   printf ("Ping!\n");
 }
+
+
+void evfs_handle_operation_command(evfs_client* client, evfs_command* command) 
{
+       printf("*** Received operation response for op %ld -> %d\n", 
command->op->id, command->op->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

Reply via email to