X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/794c022b0b35e1379ce8e4e0a6b26f83ee07c95b..a1ba88402bfb88a278d2e7c849441a9ed4a26120:/src/simix/host_private.h diff --git a/src/simix/host_private.h b/src/simix/host_private.h index ad5332d9a3..84a315ca92 100644 --- a/src/simix/host_private.h +++ b/src/simix/host_private.h @@ -27,7 +27,7 @@ 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); + smx_host_t host, double computation_amount, double priority); smx_action_t SIMIX_host_parallel_execute(const char *name, int host_nb, smx_host_t *host_list, double *computation_amount, double *communication_amount,