X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d5fc777ebb223e63cbaab9c2c78cb9a8f66b019a..217557096673710f29ebe590ffcf76329ddd87de:/src/simix/simcalls.in diff --git a/src/simix/simcalls.in b/src/simix/simcalls.in index f22604835e..ffac959031 100644 --- a/src/simix/simcalls.in +++ b/src/simix/simcalls.in @@ -49,19 +49,12 @@ Proc - host_on (void) (host, void*, sg_host_t) Proc H host_off (void) (host, void*, sg_host_t) Func - host_get_properties (void*, xbt_dict_t) (host, void*, sg_host_t) -Func - host_get_core (int) (host, void*, sg_host_t) Func - host_get_process_list (void*, xbt_swag_t) (host, void*, sg_host_t) -Func - host_get_speed (double) (host, void*, sg_host_t) -Func - host_get_available_speed (double) (host, void*, sg_host_t) -Func - host_get_state (int) (host, void*, sg_host_t) Func - host_get_current_power_peak (double) (host, void*, sg_host_t) Func - host_get_power_peak_at (double) (host, void*, sg_host_t) (pstate_index, int) -Func - host_get_nb_pstates (int) (host, void*, sg_host_t) Func - host_get_wattmin_at (double) (host, void*, sg_host_t) (pstate_index, int) Func - host_get_wattmax_at (double) (host, void*, sg_host_t) (pstate_index, int) Proc - host_set_pstate (void) (host, void*, sg_host_t) (pstate_index, int) -Func - host_get_pstate (int) (host, void*, sg_host_t) -Func - host_get_consumed_energy (double) (host, void*, sg_host_t) Func - host_get_mounted_storage_list (void*, xbt_dict_t) (host, void*, sg_host_t) Func - host_get_attached_storage_list (void*, xbt_dynar_t) (host, void*, sg_host_t)