Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
test conversion
[simgrid.git] / include / simgrid / s4u / storage.hpp
index 1fa3479..e89568e 100644 (file)
@@ -33,9 +33,10 @@ public:
   sg_size_t sizeUsed();
   /** Retrieve the total amount of space of this storage element */
   sg_size_t size();
+  xbt_dict_t properties();
+  xbt_dict_t content();
 
   /* TODO: missing API:
-XBT_PUBLIC(xbt_dict_t) MSG_storage_get_properties(msg_storage_t storage);
 XBT_PUBLIC(void) MSG_storage_set_property_value(msg_storage_t storage, const char *name, char *value,void_f_pvoid_t free_ctn);
 XBT_PUBLIC(const char *)MSG_storage_get_property_value(msg_storage_t storage, const char *name);
 XBT_PUBLIC(xbt_dynar_t) MSG_storages_as_dynar(void);