X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1aeee3ce2981cd8db039d6be8f5b86e88eabb704..d05227640d4f8e5be751a522226c0e7243388d16:/src/simdag/sd_workstation.cpp diff --git a/src/simdag/sd_workstation.cpp b/src/simdag/sd_workstation.cpp index 8f9cef43b7..5e8ed9779a 100644 --- a/src/simdag/sd_workstation.cpp +++ b/src/simdag/sd_workstation.cpp @@ -23,7 +23,7 @@ * \return an array of the \ref SD_link_t composing the route * \see SD_route_get_size(), SD_link_t */ -const SD_link_t *SD_route_get_list(sg_host_t src, sg_host_t dst) +SD_link_t *SD_route_get_list(sg_host_t src, sg_host_t dst) { xbt_dynar_t surf_route; SD_link_t* list;