X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3249a61af03aef482d68997d15a1ef6e85503da..7335dd97eb58110e47e7a1c9d6603093e1d01091:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 506b318b72..5c3cf43d42 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -368,11 +368,7 @@ XBT_PUBLIC(sg_size_t) simcall_file_tell(smx_file_t fd); XBT_PUBLIC(int) simcall_file_seek(smx_file_t fd, sg_offset_t offset, int origin); XBT_PUBLIC(int) simcall_file_move(smx_file_t fd, const char* fullpath); /***************************** Storage **********************************/ -XBT_PUBLIC(sg_size_t) simcall_storage_get_free_size (smx_storage_t storage); -XBT_PUBLIC(sg_size_t) simcall_storage_get_used_size (smx_storage_t storage); XBT_PUBLIC(xbt_dict_t) simcall_storage_get_properties(smx_storage_t storage); -XBT_PUBLIC(void*) SIMIX_storage_get_data(smx_storage_t storage); -XBT_PUBLIC(void) SIMIX_storage_set_data(smx_storage_t storage, void *data); XBT_PUBLIC(const char*) SIMIX_storage_get_name(smx_storage_t storage); /************************** MC simcalls **********************************/