SimGrid  3.18
Versatile Simulation of Distributed Systems
StorageImpl.cpp File Reference

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::StorageModelsurf_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...
 

Function Documentation

◆ XBT_LOG_NEW_DEFAULT_SUBCATEGORY()

XBT_LOG_NEW_DEFAULT_SUBCATEGORY ( surf_storage  ,
surf  ,
"Logging specific to the SURF storage module"   
)

Variable Documentation

◆ surf_storage_model

simgrid::surf::StorageModel* surf_storage_model = nullptr