X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c90b9efe8fd4c47f5d4f90b6232bd006f13e8e5c..1c6d709571a4371b1268d844704dffed57b80cba:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index bf1cf119b5..a7398cb25d 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -330,6 +330,7 @@ typedef struct s_mc_object_info { xbt_dict_t local_variables; // xbt_dict_t xbt_dynar_t global_variables; // xbt_dynar_t xbt_dict_t types; // xbt_dict_t + xbt_dict_t types_by_name; // xbt_dict_t (full defined type only) } s_mc_object_info_t, *mc_object_info_t; mc_object_info_t MC_new_object_info(void);