X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/582b6f00f1f41d334dbc865dd0b993a7e501f3ba..c4ba80fc01212c53971f8bad7d34aa399669bcc6:/src/surf/surf.c diff --git a/src/surf/surf.c b/src/surf/surf.c index 709eb290fe..b82cc834c9 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -291,7 +291,7 @@ double generic_maxmin_share_resources(xbt_swag_t running_actions, static XBT_INLINE void routing_asr_host_free(void *p) { - network_element_t elm = p; + sg_routing_edge_t elm = p; free(elm->name); xbt_free(elm); }