Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement bypassRoute and bypassASroute. Add an example.
authornavarro <navarro@caraja.(none)>
Wed, 4 Apr 2012 10:44:37 +0000 (12:44 +0200)
committernavarro <navarro@caraja.(none)>
Wed, 4 Apr 2012 10:45:11 +0000 (12:45 +0200)
commitc93a420f2f61da48ace7828257e97b593ae76251
tree3044f70395eb197e320bd0aa1790ad181ff3282e
parenta86b48cc8cbf39ba4c751a99248527278dafb7fa
Implement bypassRoute and bypassASroute. Add an example.
12 files changed:
examples/platforms/bypass.xml [new file with mode: 0644]
include/surf/simgrid_dtd.h
include/surf/surfxml_parse.h
src/surf/simgrid.dtd
src/surf/simgrid_dtd.c
src/surf/surf_private.h
src/surf/surf_routing.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/surfxml_parse.c