Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change parameter names from 'head' to 'dict'. Add two functions: xbt_dict_reset(...
[simgrid.git] / src / xbt / dict_private.h
index 97b23c9..2aae858 100644 (file)
@@ -30,6 +30,7 @@ typedef struct xbt_dictelm_ {
 typedef struct xbt_dict_ {
   xbt_dictelm_t *table;
   int table_size;
+  int count;
 } s_xbt_dict_t;
 
 typedef struct xbt_dict_cursor_ s_xbt_dict_cursor_t;