Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Dumping function. As usual, for debuging purpose
[simgrid.git] / src / xbt / dict_private.h
index 14d5a21..c0117b5 100644 (file)
@@ -22,6 +22,7 @@ typedef struct xbt_dictelm_ {
   char           *key;
   int             key_len;
   int             offset; /* offset on the key */
+  int             internal; /* true if it's only an internal node */
   void           *content;
   void_f_pvoid_t *free_f; /*pointer to the function to call to free this ctn*/