X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4dbb8aa24d54e0a4091b1f01017032702d0376f7..f9d7b35c174d52377ef297f786129e0340ae0778:/src/simix/simcalls.in diff --git a/src/simix/simcalls.in b/src/simix/simcalls.in index 2ada8283a8..7d6ec3b059 100644 --- a/src/simix/simcalls.in +++ b/src/simix/simcalls.in @@ -46,23 +46,15 @@ # ./include/simgrid/simix.h (otherwise you will get a warning at the # compilation time) -Func - host_get_name (const char*) (host, void*, sg_host_t) 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) @@ -173,6 +165,7 @@ Func - storage_get_content (void*, xbt_dict_t) (storage, void*, smx_storage_t) Func H asr_get_properties (void*, xbt_dict_t) (name, const char*) Func H mc_random (int) (min, int) (max, int) Proc - set_category (void) (synchro, void*, smx_synchro_t) (category, const char*) +Proc - run_kernel (void) (code, void*) ## HAVE_LATENCY_BOUND_TRACKING Func - comm_is_latency_bounded (int) (comm, void*, smx_synchro_t) ## HAVE_MC