Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Strict ANSI compilers (such as microsoft ones) do not allow non-constant initializers...
[simgrid.git] / src / xbt / dict_private.h
index bbb2ffb..1332b75 100644 (file)
@@ -20,7 +20,7 @@
 
 typedef struct xbt_dictelm_ *xbt_dictelm_t;
 
-#define MAX_FILL_PERCENT 60
+#define MAX_FILL_PERCENT 80
 
 typedef struct xbt_dictelm_ {
   char *key;