Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/bin


Modified Files:
        evfs_server_handle.c 


Log Message:
* Create the concept of an 'evfs_stat', because 'struct stat' cannot be 
portably transmitted between processes (because of byte-alignment)
* Checkin latest version of John Kha's FTP plugin.  Note that there are still 
some issues with directory listing here.


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_server_handle.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- evfs_server_handle.c        8 Nov 2005 09:04:10 -0000       1.14
+++ evfs_server_handle.c        9 Nov 2005 23:51:05 -0000       1.15
@@ -122,6 +122,8 @@
                printf("Pointer here: %p\n", plugin->functions->evfs_file_stat);
                (*(plugin->functions->evfs_file_stat))(command, &file_stat);
 
+               
+
                evfs_stat_event_create(client, command, &file_stat);
        }
        printf("Handled event, client is %p\n", client);




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to