X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b68a4869b8c7ecbf0d251f97503fb0809377e79..2f4b693b1235e1d82f41a1639046c3ac66063fba:/src/simix/smx_host_private.h diff --git a/src/simix/smx_host_private.h b/src/simix/smx_host_private.h index 7da4059a35..fb47a67362 100644 --- a/src/simix/smx_host_private.h +++ b/src/simix/smx_host_private.h @@ -37,8 +37,7 @@ xbt_dict_t SIMIX_host_get_properties(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); -smx_action_t SIMIX_host_execute(const char *name, - smx_host_t host, double computation_amount, double priority); +smx_action_t SIMIX_host_execute(u_smx_scalar_t args[]); smx_action_t SIMIX_host_parallel_execute(const char *name, int host_nb, smx_host_t *host_list, double *computation_amount, double *communication_amount,