X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4307004096e8d32385e4cf451a52bbef1a46d95e..a7c05e186c0c2c4555d127909c1898f0668c050c:/src/surf/xml/platf_private.hpp diff --git a/src/surf/xml/platf_private.hpp b/src/surf/xml/platf_private.hpp index 3d21302f1a..df823bb6b6 100644 --- a/src/surf/xml/platf_private.hpp +++ b/src/surf/xml/platf_private.hpp @@ -91,7 +91,7 @@ typedef struct s_sg_platf_route_cbarg { const char *dst; sg_netcard_t gw_src; sg_netcard_t gw_dst; - std::vector *link_list; + std::vector link_list; } s_sg_platf_route_cbarg_t; typedef struct s_sg_platf_cluster_cbarg *sg_platf_cluster_cbarg_t;