X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d2cd6f4e4e5c8b75159c79b7ae7d716cef99086..9e6224ecd95ff7b6452fe9b2c088138877797542:/src/simix/smx_host_private.h?ds=sidebyside diff --git a/src/simix/smx_host_private.h b/src/simix/smx_host_private.h index 78abd02a81..ea66ee6468 100644 --- a/src/simix/smx_host_private.h +++ b/src/simix/smx_host_private.h @@ -39,6 +39,7 @@ void SIMIX_host_restart_processes(smx_host_t host); void SIMIX_host_autorestart(smx_host_t host); xbt_dict_t SIMIX_host_get_properties(smx_host_t host); int SIMIX_host_get_core(smx_host_t host); +xbt_swag_t SIMIX_host_get_process_list(smx_host_t host); double SIMIX_host_get_speed(smx_host_t host); double SIMIX_host_get_available_speed(smx_host_t host); int SIMIX_host_get_state(smx_host_t host); @@ -66,6 +67,7 @@ const char* SIMIX_pre_host_self_get_name(smx_simcall_t); const char* SIMIX_pre_host_get_name(smx_simcall_t, smx_host_t); xbt_dict_t SIMIX_pre_host_get_properties(smx_simcall_t, smx_host_t); int SIMIX_pre_host_get_core(smx_simcall_t, smx_host_t); +xbt_swag_t SIMIX_pre_host_get_process_list(smx_simcall_t, smx_host_t host); double SIMIX_pre_host_get_speed(smx_simcall_t, smx_host_t); double SIMIX_pre_host_get_available_speed(smx_simcall_t, smx_host_t); int SIMIX_pre_host_get_state(smx_simcall_t, smx_host_t);