X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9d5492041a839402b7c142c08ebdc8df6e9d5c24..f61360c08e9c687b08b57ad2c42bc54f0708e3d8:/src/surf/storage.c diff --git a/src/surf/storage.c b/src/surf/storage.c index 51b21df618..28e3cfca40 100644 --- a/src/surf/storage.c +++ b/src/surf/storage.c @@ -99,7 +99,7 @@ static surf_action_t storage_action_sleep (void *storage, double duration) } static void* storage_create_resource(const char* id, const char* model,const char* type_id, - const char* content, xbt_dict_t storage_properties) + xbt_dict_t content, xbt_dict_t storage_properties) { storage_t storage = NULL; @@ -113,7 +113,7 @@ static void* storage_create_resource(const char* id, const char* model,const cha xbt_lib_set(storage_lib, id, SURF_STORAGE_LEVEL, storage); - XBT_DEBUG("SURF storage create resource\n\t\tid '%s'\n\t\ttype '%s' \n\t\tmodel '%s' \n\t\tcontent '%s'\n\t\tproperties '%p'\n", + XBT_DEBUG("SURF storage create resource\n\t\tid '%s'\n\t\ttype '%s' \n\t\tmodel '%s' \n\t\tcontent '%p'\n\t\tproperties '%p'\n", id, model, type_id,