Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify disk management
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 9 Sep 2019 11:53:37 +0000 (13:53 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 9 Sep 2019 11:53:37 +0000 (13:53 +0200)
commit2c35f563c1eb2624079c12f7ab27453e809ff599
treea6ddabb6d37a63162d0e35ee968e6ffe06564ac5
parente295c984a0d5f6ba7d8ae0e802a46d1b642c2ba2
simplify disk management
* disks are related to a given host, there is no need to maintain a
global map.
* No more map means no by_name methods
* This allows for same name for disks on different hosts
examples/s4u/io-async/s4u-io-async.cpp
examples/s4u/io-disk-raw/s4u-io-disk-raw.cpp
include/simgrid/s4u/Disk.hpp
include/simgrid/s4u/Engine.hpp
include/simgrid/s4u/Host.hpp
src/kernel/EngineImpl.cpp
src/kernel/EngineImpl.hpp
src/s4u/s4u_Disk.cpp
src/s4u/s4u_Engine.cpp
src/s4u/s4u_Host.cpp
src/surf/HostImpl.cpp