From: Jean-Baptiste Hervé Date: Thu, 9 Aug 2012 09:13:56 +0000 (+0200) Subject: Platform generation: record the router id given while generation X-Git-Tag: v3_8~179 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c7ef6990d9598809556ad3114f87d0393334bd40?hp=49edceb9509566727606fd091e79ef201d7a0863 Platform generation: record the router id given while generation --- diff --git a/include/simgrid/platf_generator.h b/include/simgrid/platf_generator.h index 3d831573bc..ac1b8733f0 100644 --- a/include/simgrid/platf_generator.h +++ b/include/simgrid/platf_generator.h @@ -27,6 +27,7 @@ typedef struct s_context_node_t { union { s_sg_platf_host_cbarg_t host_parameters; s_sg_platf_cluster_cbarg_t cluster_parameters; + char* router_id; }; } s_context_node_t, *context_node_t;