X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a7c05e186c0c2c4555d127909c1898f0668c050c..97fa57103ccd60e8fc4c04ea6591904a7600a679:/src/surf/xml/platf_private.hpp diff --git a/src/surf/xml/platf_private.hpp b/src/surf/xml/platf_private.hpp index df823bb6b6..3d21302f1a 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;