X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/baa212aa2fc1e0f91b0e9a9536db52f1657331a8..55053de21d932fb0cc93eec52ec22ebc38ae936f:/src/xbt/dict_private.h diff --git a/src/xbt/dict_private.h b/src/xbt/dict_private.h index 14d5a211f1..c0117b5996 100644 --- a/src/xbt/dict_private.h +++ b/src/xbt/dict_private.h @@ -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*/