Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins


Modified Files:
        evfs_fs_tar.c 


Log Message:
* Big logical change: Detach incoming command processing from ipc event chain.  
This enables us to call ecore_main_loop_iterate() from within a 'command 
processor', thus enabling multiple commands to be processed the same time (e.g. 
loading the directory structure of a big .tar.bz2, but at the same time 
responding to a file-stat (properties) request).  

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/evfs_fs_tar.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evfs_fs_tar.c       4 Nov 2005 13:52:51 -0000       1.8
+++ evfs_fs_tar.c       8 Nov 2005 09:00:21 -0000       1.9
@@ -340,6 +340,9 @@
 
                        tar_name_split(&block, tar);
                        find++;
+
+                       /*Iterate the ecore mainloop*/
+                       ecore_main_loop_iterate();
                } else if (tar_checksum(&block) == 
octal_checksum_to_int(block.p.checksum)) {
                        //printf("old magic\n");
                        tar_name_split(&block, tar);




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