Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[routing] rename routing_global_t -> routing_platf_t (and friends)
[simgrid.git] / src / surf / surf_private.h
index 6e10c38dfc3563bb071521cd106b36d64cddda36..f115c1256d920fb7d7fa23756ef09aa3883cf7c1 100644 (file)
@@ -175,7 +175,7 @@ typedef struct s_as {
                            const char *dst, route_t e_route);
 } s_as_t;
 
-struct s_routing_global {
+struct s_routing_platf {
   AS_t root;
   void *loopback;
   xbt_dynar_t last_route;