SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include "StorageImpl.hpp"
#include "surf_private.h"
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/algorithm/string/split.hpp>
#include <fstream>
Namespaces | |
simgrid | |
Alltoall Bruck. | |
simgrid::surf | |
Functions | |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY (surf_storage, surf, "Logging specific to the SURF storage module") | |
Variables | |
simgrid::surf::StorageModel * | surf_storage_model = nullptr |
simgrid::xbt::signal< void(StorageImpl *)> | simgrid::surf::storageCreatedCallbacks |
Callbacks handler which emit the callbacks after Storage creation *. More... | |
simgrid::xbt::signal< void(StorageImpl *)> | simgrid::surf::storageDestructedCallbacks |
Callbacks handler which emit the callbacks after Storage destruction *. More... | |
simgrid::xbt::signal< void(StorageImpl *, int, int)> | simgrid::surf::storageStateChangedCallbacks |
Callbacks handler which emit the callbacks after Storage State changed *. More... | |
simgrid::xbt::signal< void(StorageAction *, Action::State, Action::State)> | simgrid::surf::storageActionStateChangedCallbacks |
Callbacks handler which emit the callbacks after StorageAction State changed *. More... | |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | surf_storage | , |
surf | , | ||
"Logging specific to the SURF storage module" | |||
) |
simgrid::surf::StorageModel* surf_storage_model = nullptr |