Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
platform generation : add promoters and labelers support
[simgrid.git] / src / surf / platf_generator_private.h
index bdec97e..3b95d50 100644 (file)
@@ -17,6 +17,7 @@ typedef struct s_context_node_t {
 
 typedef struct s_context_edge_t {
   unsigned long id;
+  int labeled;
   s_sg_platf_link_cbarg_t link_parameters;
 } s_context_edge_t;