Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Now call communicate and get_route with void* and not char*.
authornavarro <navarro@caraja.(none)>
Fri, 16 Mar 2012 10:31:26 +0000 (11:31 +0100)
committernavarro <navarro@caraja.(none)>
Fri, 16 Mar 2012 13:55:14 +0000 (14:55 +0100)
commit445590fd865f35e74be34955931c97b8956f6d7f
tree4259e429f23be54d3c18f4de14987cb8025c3180
parentf0370b36545ab0b02ae09dc312a27133db6d9057
Now call communicate and get_route with void* and not char*.
This optim remove call to xbt_lib_get_or_null from
simulation and do the job into the parse time.
20 files changed:
src/include/surf/surf.h
src/surf/network.c
src/surf/network_constant.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_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.c
src/surf/workstation_ptask_L07.c
teshsuite/simdag/platforms/flatifier.c
testsuite/surf/surf_usage.c