Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the smpi factor parsing was still returning wrong values
[simgrid.git] / src / surf / surf_private.h
index 80ba539..6588dab 100644 (file)
@@ -132,7 +132,7 @@ typedef struct s_routing_edge {
   e_surf_network_element_type_t rc_type;
   int id;
   char *name;
-} s_network_element_t;
+} s_routing_edge_t;
 
 /*
  * Link of lenght 1, alongside with its source and destination. This is mainly usefull in the bindings to gtnets and ns3
@@ -188,6 +188,7 @@ typedef struct s_as {
   void (*parse_route) (AS_t as, sg_platf_route_cbarg_t route);
   void (*parse_ASroute) (AS_t as, sg_platf_route_cbarg_t route);
   void (*parse_bypassroute) (AS_t as, sg_platf_route_cbarg_t e_route);
+
 } s_as_t;
 
 struct s_routing_platf {