X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/017cf40352819fcf7bbf2926cbbc7b6b5cbc66d5..8cb8e7da03088da26d6f05b7ff84c412fef25a53:/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,