From: Arnaud Giersch Date: Tue, 21 Feb 2012 15:50:01 +0000 (+0100) Subject: It looks more coherent like this. X-Git-Tag: exp_20120308~34^2~6 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/654cf85f8a467bd8f883956476237b670292bb3b It looks more coherent like this. --- diff --git a/src/surf/workstation.c b/src/surf/workstation.c index 2c7319421f..b241314578 100644 --- a/src/surf/workstation.c +++ b/src/surf/workstation.c @@ -276,7 +276,7 @@ static double ws_get_link_latency(const void *link) static int ws_link_shared(const void *link) { - return surf_network_model->extension.network.get_link_latency(link); + return surf_network_model->extension.network.link_shared(link); } static void ws_finalize(void)