Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use type network_element_t instead of void*, and avoid unnecessary casts.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 23 Mar 2012 10:25:59 +0000 (11:25 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 23 Mar 2012 13:54:29 +0000 (14:54 +0100)
commitd0eb42a2080d1645f465c7fefbab948ab31ef03e
tree308005cf6cf5d9a0b10a1e9f706741e885b3efad
parent47b38aa12761cc26a9bb3030532e8efc3c924bf4
Use type network_element_t instead of void*, and avoid unnecessary casts.
15 files changed:
src/include/surf/surf.h
src/instr/instr_private.h
src/instr/instr_routing.c
src/surf/network.c
src/surf/network_constant.c
src/surf/network_gtnets.c
src/surf/network_ns3.c
src/surf/surf.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
src/surf/workstation_ptask_L07.c