simgrid::fsmod::OneRemoteDiskStorage
-
class OneRemoteDiskStorage : public simgrid::fsmod::Storage
A class that implements a one-disk storage.
Public Static Functions
-
static std::shared_ptr<OneRemoteDiskStorage> create(const std::string &name, simgrid::s4u::Disk *disk)
Create an instance of a remote one-disk storage.
- Parameters:
name – the storage’s name
disk – the storage’s disk
- Returns:
a remote one-disk storage instance
-
static std::shared_ptr<OneRemoteDiskStorage> create(const std::string &name, simgrid::s4u::Disk *disk)