Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[routing] rename routing_global_t -> routing_platf_t (and friends)
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 9 Apr 2012 18:44:47 +0000 (08:44 -1000)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 9 Apr 2012 18:44:47 +0000 (08:44 -1000)
commit346c06db41ebb088e88351d8381d0c232d2ddbb5
tree1166f0b63d0056a23ca201c4aef0d066195058f8
parenta8f91f4dae8d61a55a6bc1dba242f2a5c326b536
[routing] rename routing_global_t -> routing_platf_t (and friends)

One day maybe, this could be usefull to enable the declaration (and
simulation) of several platform within one simgrid run. But for now, I
mainly want to make the sg/platf interface less context sensitive and
more usual by expressing directly the AS to which elements are added.
14 files changed:
src/include/surf/surf.h
src/instr/instr_routing.c
src/surf/network_gtnets.c
src/surf/network_ns3.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_rulebased.c
teshsuite/simdag/platforms/Evaluate_get_route_time.c
teshsuite/simdag/platforms/Evaluate_parse_time.c
teshsuite/simdag/platforms/basic_parsing_test.c
teshsuite/simdag/platforms/is_router_test.c