X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fb17c31966c617a068f0d69d3a419041150d905d..04c10dad7fa6089786021b0f8b4413f86bafd6fd:/include/simgrid/platf.h diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index a10f8846a2..3837ac9ad9 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -43,8 +43,8 @@ typedef struct { } s_sg_platf_host_cbarg_t, *sg_platf_host_cbarg_t; typedef struct { - const char* V_router_id; - const char* V_router_coord; + const char* id; + const char* coord; } s_sg_platf_router_cbarg_t, *sg_platf_router_cbarg_t; typedef struct {