X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/46311148101eae2e8af8aa1d0f7c519de32df899..66ea35d3134581c302644219b7ce0d76ecd8eb5d:/src/instr/instr_routing.c diff --git a/src/instr/instr_routing.c b/src/instr/instr_routing.c index de16ae5b1c..15cd349270 100644 --- a/src/instr/instr_routing.c +++ b/src/instr/instr_routing.c @@ -67,6 +67,9 @@ static void linkContainers (const char *a1, const char *a2) snprintf (link_typename, INSTR_DEFAULT_STR_SIZE, "%s-%s", a1_type->name, a2_type->name); type_t link_type = getLinkType (link_typename, container->type, a1_type, a2_type); + //register EDGE types for triva configuration + xbt_dict_set (trivaEdgeTypes, link_type->name, xbt_strdup("1"), xbt_free); + //create the link static long long counter = 0; char key[INSTR_DEFAULT_STR_SIZE];