From c7ef6990d9598809556ad3114f87d0393334bd40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Baptiste=20Herv=C3=A9?= Date: Thu, 9 Aug 2012 11:13:56 +0200 Subject: [PATCH 1/1] Platform generation: record the router id given while generation --- include/simgrid/platf_generator.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1