X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aea5cd54d7bc57803095a419ce5e9f1765634921..b4595a628d4c56a820ee58dc6b4f967802abceee:/src/surf/network_constant.c diff --git a/src/surf/network_constant.c b/src/surf/network_constant.c index f47e92f3bc..0a2251c829 100644 --- a/src/surf/network_constant.c +++ b/src/surf/network_constant.c @@ -109,8 +109,8 @@ static void netcste_update_resource_state(void *id, DIE_IMPOSSIBLE; } -static surf_action_t netcste_communicate(network_element_t src, - network_element_t dst, +static surf_action_t netcste_communicate(sg_routing_edge_t src, + sg_routing_edge_t dst, double size, double rate) { surf_action_network_Constant_t action = NULL;