X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a2124935b1ed32e3279768396afbfa10729ff64d..d2548eab32dea3d8939f0d71332c3e8ee2748445:/src/simix/smx_io_private.h diff --git a/src/simix/smx_io_private.h b/src/simix/smx_io_private.h index f2496b9ebc..7914bc8d1f 100644 --- a/src/simix/smx_io_private.h +++ b/src/simix/smx_io_private.h @@ -55,6 +55,9 @@ xbt_dict_t SIMIX_pre_storage_get_properties(smx_simcall_t, smx_storage_t); void SIMIX_pre_storage_set_data(smx_simcall_t, smx_storage_t, void*); void* SIMIX_pre_storage_get_data(smx_simcall_t, smx_storage_t); +xbt_dict_t SIMIX_pre_storage_get_content(smx_simcall_t simcall, smx_storage_t storage); +xbt_dict_t SIMIX_storage_get_content(smx_storage_t storage); + void SIMIX_post_io(smx_action_t action); void SIMIX_io_destroy(smx_action_t action); void SIMIX_io_finish(smx_action_t action);