X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/36b475a04fa89361421c5932c8a9fb4186069699..4775ee0f232bccc4978dfbfb8153b7593be7dd77:/include/simgrid/s4u/Storage.hpp diff --git a/include/simgrid/s4u/Storage.hpp b/include/simgrid/s4u/Storage.hpp index 2ece591608..38e30b7e49 100644 --- a/include/simgrid/s4u/Storage.hpp +++ b/include/simgrid/s4u/Storage.hpp @@ -36,7 +36,7 @@ public: sg_size_t getSizeFree(); sg_size_t getSizeUsed(); - xbt_dict_t getProperties(); + std::map* getProperties(); const char* getProperty(const char* key); void setProperty(const char* key, const char* value); std::map* getContent();