diff src/typedefs.h @ 303:6ff0bc50ac46

Prevent multiple insertion of the same file in a collection. Use a hash table to speed up existence tests.
author zas_
date Fri, 11 Apr 2008 09:02:20 +0000
parents 4bbde8a38ad4
children 8a6650589829
line wrap: on
line diff
--- a/src/typedefs.h	Fri Apr 11 08:10:40 2008 +0000
+++ b/src/typedefs.h	Fri Apr 11 09:02:20 2008 +0000
@@ -234,6 +234,8 @@
 
 	/* contents changed since save flag */
 	gint changed;
+
+	GHashTable *existence;
 };
 
 struct _CollectTable