From: Martin Quinson Date: Tue, 15 Nov 2011 08:15:09 +0000 (+0100) Subject: Change again the calling convention of routing_get_route_and_latency X-Git-Tag: exp_20120216~277 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9b26e77b230c2d53aa8a456d29b6a215f6d1f659?hp=9b26e77b230c2d53aa8a456d29b6a215f6d1f659 Change again the calling convention of routing_get_route_and_latency now, you cannot call it without passing a valid route receiver. It will be created if pointing to NULL, or simply filled. Actually that was the de facto calling convention in the code. This allows to simplify routing_get_route_and_latency by not checking if the caller is interested in the route at every line. (plus some useless cosmetics) ---