X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/937f2eb5b429c3c03fc989a25fbc26fabd0cf529..d46afc036c17f291795eaaab14ce42d0a96e3feb:/include/simgrid/s4u/Storage.hpp diff --git a/include/simgrid/s4u/Storage.hpp b/include/simgrid/s4u/Storage.hpp index 85005c1259..7559611c7f 100644 --- a/include/simgrid/s4u/Storage.hpp +++ b/include/simgrid/s4u/Storage.hpp @@ -19,19 +19,16 @@ namespace simgrid { namespace s4u { -#ifndef DOXYGEN -/** @deprecated Engine::get_all_storages() */ -XBT_ATTRIB_DEPRECATED_v322("Please use Engine::get_all_storages()") XBT_PUBLIC void getStorageList(std::map* whereTo); -#endif - -/** Storage represent the disk resources, usually associated to a given host */ +/** Storage represent the disk resources, usually associated to a given host + * + * By default, SimGrid does not keep track of the actual data being written but + * only computes the time taken by the corresponding data movement. + */ class XBT_PUBLIC Storage : public simgrid::xbt::Extendable { -#ifndef DOXYGEN - friend s4u::Engine; - friend s4u::Io; + friend simgrid::s4u::Engine; + friend simgrid::s4u::Io; friend simgrid::surf::StorageImpl; -#endif /* DOXYGEN */ public: explicit Storage(std::string name, surf::StorageImpl * pimpl);