Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Platform generation: record the router id given while generation
[simgrid.git] / include / simgrid / platf_generator.h
index 3d83157..ac1b873 100644 (file)
@@ -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;