X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f12b085d941522c6c45e47db742a7fdfedb832da..e595b191c3e10a96a9d896f6ecec9c4df6707aef:/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();