X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d5b7ff90d7fb09a74c1bec86ec941d5c29e5226c..6a17d773484b05eb5d041babda0b346350b9ae72:/include/simgrid/storage.h diff --git a/include/simgrid/storage.h b/include/simgrid/storage.h index 83cfd57254..01a58ee275 100644 --- a/include/simgrid/storage.h +++ b/include/simgrid/storage.h @@ -17,7 +17,7 @@ SG_BEGIN_DECL() XBT_PUBLIC const char* sg_storage_get_name(sg_storage_t storage); XBT_PUBLIC sg_storage_t sg_storage_get_by_name(const char* name); XBT_PUBLIC xbt_dict_t sg_storage_get_properties(sg_storage_t storage); -XBT_PUBLIC void sg_storage_set_property_value(sg_storage_t storage, const char* name, char* value); +XBT_PUBLIC void sg_storage_set_property_value(sg_storage_t storage, const char* name, const char* value); XBT_PUBLIC const char* sg_storage_get_property_value(sg_storage_t storage, const char* name); XBT_PUBLIC xbt_dynar_t sg_storages_as_dynar(); XBT_PUBLIC void sg_storage_set_data(sg_storage_t host, void* data);