Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy.h entropy_generic.h 


Log Message:
* Make 'struct stat' a part of entropy_generic_file.  No point in discarding 
useful data
* More threading protection - fixed a nasty oversight where the file cache was 
accessed outside a mutex lock.  Could have potentially caused issues
* More migration to a static core

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- entropy.h   10 Nov 2005 12:14:05 -0000      1.5
+++ entropy.h   21 Nov 2005 10:49:21 -0000      1.6
@@ -54,6 +54,7 @@
 void entropy_core_file_cache_add_reference(entropy_core* core, char* md5);
 void entropy_core_file_cache_add(entropy_core* core, char* md5, 
entropy_file_listener* listener);
 void entropy_core_file_cache_remove_reference(entropy_core* core, char* md5);
+entropy_file_listener* entropy_core_file_cache_retrieve(char* md5);
 void generic_file_print(entropy_generic_file* file);
 entropy_generic_file* entropy_generic_file_clone(entropy_generic_file* file);
 char* md5_entropy_path_file(char* path, char* filename);
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_generic.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- entropy_generic.h   17 Nov 2005 07:59:50 -0000      1.7
+++ entropy_generic.h   21 Nov 2005 10:49:21 -0000      1.8
@@ -24,6 +24,9 @@
 
        struct entropy_generic_file* parent;
 
+       char retrieved_stat;
+       struct stat properties;
+
        char* md5; /*A reference to the md5sum made for this file*/
 };
 




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to