X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4dbb8aa24d54e0a4091b1f01017032702d0376f7..9056811dee47ab25c0ad80dcfcecd4f2c5e0ecf7:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 70fc02cba3..00ff99a6bc 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -298,17 +298,10 @@ XBT_PUBLIC(void) SIMIX_comm_finish(smx_synchro_t synchro); /******************************* Host simcalls ********************************/ /* TODO use handlers and keep sg_host_t hidden from higher levels */ -XBT_PUBLIC(const char *) simcall_host_get_name(sg_host_t host); XBT_PUBLIC(xbt_dict_t) simcall_host_get_properties(sg_host_t host); XBT_PUBLIC(void) simcall_host_on(sg_host_t host); XBT_PUBLIC(void) simcall_host_off(sg_host_t host); -XBT_PUBLIC(int) simcall_host_get_core(sg_host_t host); XBT_PUBLIC(xbt_swag_t) simcall_host_get_process_list(sg_host_t host); -XBT_PUBLIC(double) simcall_host_get_speed(sg_host_t host); -XBT_PUBLIC(double) simcall_host_get_available_speed(sg_host_t host); -/* Two possible states, 1 - CPU ON and 0 CPU OFF */ -XBT_PUBLIC(int) simcall_host_get_state(sg_host_t host); -XBT_PUBLIC(void *) simcall_host_get_data(sg_host_t host); XBT_PUBLIC(void) simcall_host_set_data(sg_host_t host, void *data); @@ -316,8 +309,6 @@ XBT_PUBLIC(double) simcall_host_get_current_power_peak(sg_host_t host); XBT_PUBLIC(double) simcall_host_get_power_peak_at(sg_host_t host, int pstate_index); XBT_PUBLIC(int) simcall_host_get_nb_pstates(sg_host_t host); XBT_PUBLIC(void) simcall_host_set_pstate(sg_host_t host, int pstate_index); -XBT_PUBLIC(int) simcall_host_get_pstate(sg_host_t host); -XBT_PUBLIC(double) simcall_host_get_consumed_energy(sg_host_t host); XBT_PUBLIC(double) simcall_host_get_wattmin_at(sg_host_t host, int pstate); XBT_PUBLIC(double) simcall_host_get_wattmax_at(sg_host_t host, int pstate);