Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change again the calling convention of routing_get_route_and_latency
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 15 Nov 2011 08:15:09 +0000 (09:15 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 15 Nov 2011 08:24:10 +0000 (09:24 +0100)
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)


No differences found