Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[route parsing] make surf_network_resource_by_name public under name sg_routing_edge_...
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 9 Apr 2012 02:14:32 +0000 (16:14 -1000)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 9 Apr 2012 02:14:32 +0000 (16:14 -1000)
commitf7bbc27a9c71861263b01883617b2828e974bb68
treea9a7e7b6cf141c9697b377aa1729a71bd7039ac8
parent640bc8d792c29169599712bf42d1b8cb873fe2fd
[route parsing] make surf_network_resource_by_name public under name sg_routing_edge_by_name_or_null

* This function existed already, but were almost never used, its
  content being inlined in ways too much location.
* Use that function were relevant. That's much cleaner this way.
* Making it public is one step further to the C interface for routing
  creation interface (drop in to XML)
include/simgrid/platf.h
src/include/surf/surf.h
src/instr/instr_interface.c
src/surf/surf_routing.c
src/surf/surf_routing_dijkstra.c
src/surf/surf_routing_floyd.c
src/surf/surf_routing_full.c
src/surf/surf_routing_rulebased.c
testsuite/surf/surf_usage.c