Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[route parsing] rename network_element_t into sg_routing_edge_t
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 9 Apr 2012 01:58:21 +0000 (15:58 -1000)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 9 Apr 2012 01:59:18 +0000 (15:59 -1000)
commit640bc8d792c29169599712bf42d1b8cb873fe2fd
treefc8624167f73d552a9bdf0b408c2c00adf1806eb
parent87bd0aa1c5b983d9e0c24ad77186a96d0f39023e
[route parsing] rename network_element_t into sg_routing_edge_t

Also, make this type visible from simgrid/platf.h since we need to
manipulate it to create routes efficiently
23 files changed:
include/simgrid/platf.h
src/include/surf/surf.h
src/instr/instr_interface.c
src/instr/instr_private.h
src/surf/network.c
src/surf/network_constant.c
src/surf/network_gtnets.c
src/surf/network_gtnets_private.h
src/surf/network_ns3.c
src/surf/surf.c
src/surf/surf_private.h
src/surf/surf_routing.c
src/surf/surf_routing_cluster.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_none.c
src/surf/surf_routing_private.h
src/surf/surf_routing_rulebased.c
src/surf/surf_routing_vivaldi.c
src/surf/workstation_ptask_L07.c
teshsuite/simdag/platforms/flatifier.c