Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add model storage to surf and add a tag storage to dtd.
authornavarro <navarro@caraja.(none)>
Thu, 23 Feb 2012 15:19:03 +0000 (16:19 +0100)
committernavarro <navarro@caraja.(none)>
Mon, 27 Feb 2012 09:32:37 +0000 (10:32 +0100)
commit939f45165f7ccadb14508dbc6a234a60464b5f57
tree0f6415394aff5fc647586df4845e075fb8e36ab1
parent1c70320e16e8da28fff4c60181d7a618b30b9d56
Add model storage to surf and add a tag storage to dtd.
19 files changed:
examples/platforms/One_cluster_storage.xml [new file with mode: 0644]
include/simgrid/platf.h
include/surf/simgrid_dtd.h
include/surf/surf_routing.h
include/surf/surfxml_parse.h
include/xbt/graphxml.h
src/include/simgrid/platf_interface.h
src/include/surf/surf.h
src/simdag/dax_dtd.c
src/simdag/dax_dtd.h
src/surf/sg_platf.c
src/surf/simgrid.dtd
src/surf/simgrid_dtd.c
src/surf/storage.c
src/surf/surf.c
src/surf/surf_config.c
src/surf/surf_routing.c
src/surf/surfxml_parse.c
src/xbt/graphxml.c