Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sanitize get_network_element_type()
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 10 Nov 2011 17:42:59 +0000 (18:42 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 10 Nov 2011 17:44:53 +0000 (18:44 +0100)
commita7732fdf6a3ad939561c0681fc74b35194c1e154
tree466592a4cdebd058e5182689d5298d4398aa1bf3
parenta7684e43af6d0d999c99fce3da1e691132e17173
sanitize get_network_element_type()

It were declared as a field of global_routing, and of each and every
routing model. That's a bit much for a simple little function.
12 files changed:
src/include/surf/surf.h
src/msg/msg_host.c
src/surf/surf_private.h
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_generic.c
src/surf/surf_routing_rulebased.c
src/surf/surf_routing_vivaldi.c
teshsuite/simdag/platforms/flatifier.c
teshsuite/simdag/platforms/is_router_test.c