Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add "attach" attribute to storage tag in platform description
authorPierre Veyre <pierre.veyre@cc.in2p3.fr>
Fri, 7 Mar 2014 11:57:14 +0000 (12:57 +0100)
committerPierre Veyre <pierre.veyre@cc.in2p3.fr>
Fri, 7 Mar 2014 11:57:14 +0000 (12:57 +0100)
commit7b02515baed02f4f6b8808eb16b0e0175eb53395
tree8cde1ab505c6b8aaff7a1c82c577aebf0ee6db8a
parent662f44287e3fd62ebdf93b4c8173603dde9693b7
Add "attach" attribute to storage tag in platform description
Rename MSG_host_get_storage_list to MSG_host_get_mounted_storage_list
Rename SD_workstation_get_storage_list to SD_workstation_get_mounted_storage_list
Add SD_workstation_get_attached_storage_list
Add MSG_host_get_attached_storage_list
Update tesh tests and examples
40 files changed:
doc/doxygen/platform.doc
examples/msg/io/storage.c
examples/platforms/storage.xml
examples/simdag/io/sd_io.c
include/msg/datatypes.h
include/msg/msg.h
include/simdag/simdag.h
include/simgrid/platf.h
include/simgrid/simix.h
include/surf/simgrid_dtd.h
src/include/surf/surf.h
src/msg/msg_host.c
src/simdag/dax_dtd.c
src/simdag/dax_dtd.h
src/simdag/sd_workstation.c
src/simix/simcalls.in
src/simix/simcalls_generated_args_getter_setter.h
src/simix/simcalls_generated_body.c
src/simix/simcalls_generated_case.c
src/simix/simcalls_generated_enum.h
src/simix/simcalls_generated_res_getter_setter.h
src/simix/simcalls_generated_string.c
src/simix/smx_host.c
src/simix/smx_host_private.h
src/simix/smx_user.c
src/surf/simgrid.dtd
src/surf/simgrid_dtd.c
src/surf/storage_interface.cpp
src/surf/storage_interface.hpp
src/surf/storage_n11.cpp
src/surf/storage_n11.hpp
src/surf/surf_c_bindings.cpp
src/surf/surfxml_parse.c
src/surf/workstation_interface.cpp
src/surf/workstation_interface.hpp
src/xbt/automaton/parserPromela.tab.cacc
src/xbt/automaton/parserPromela.tab.hacc
src/xbt/graphxml.c
teshsuite/msg/storage/platform.xml
teshsuite/msg/storage/storage_basic.c