Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the list of storages to the engine
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 12 Mar 2018 10:30:37 +0000 (11:30 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 12 Mar 2018 16:27:45 +0000 (17:27 +0100)
commit1ff58d7a8f46e07cdc902f96b99bb47d0a077932
tree76b2d523ffd5ce6ed59e3ead31c1e3b191d4d898
parent51123d8e4bf01f354aef77ffa4427d2388d9bb98
Move the list of storages to the engine

Not completely satisfied about how StorageImpl are freed but this
works and I spent too much time on finding a better solution today.
include/simgrid/s4u/Engine.hpp
include/simgrid/s4u/Storage.hpp
src/kernel/EngineImpl.cpp
src/kernel/EngineImpl.hpp
src/s4u/s4u_engine.cpp
src/s4u/s4u_storage.cpp
src/surf/StorageImpl.cpp
src/surf/StorageImpl.hpp
src/surf/sg_platf.cpp
src/surf/storage_n11.cpp
src/surf/surf_interface.cpp