X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a379a593cbd8d3d1efea967b7a49a89fe1058d36..d740fcc38174fbe1e9c5ec70ac3a15999fd62ac2:/src/msg/msg_io.c diff --git a/src/msg/msg_io.c b/src/msg/msg_io.c index 08601f3f74..dc6cae3231 100644 --- a/src/msg/msg_io.c +++ b/src/msg/msg_io.c @@ -334,5 +334,9 @@ void *MSG_storage_get_data(msg_storage_t storage) xbt_dict_t MSG_storage_get_content(msg_storage_t storage) { return SIMIX_storage_get_content(storage); - //return (simcall_storage_get_properties(storage)); +} + +sg_storage_size_t MSG_storage_get_size(msg_storage_t storage) +{ + return SIMIX_storage_get_size(storage); }