Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Platform generation: record the router id given while generation
authorJean-Baptiste Hervé <jean-baptiste.herve@esial.net>
Thu, 9 Aug 2012 09:13:56 +0000 (11:13 +0200)
committerJean-Baptiste Hervé <jean-baptiste.herve@esial.net>
Thu, 9 Aug 2012 09:13:56 +0000 (11:13 +0200)
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;
   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;
 
   };
 } s_context_node_t, *context_node_t;