X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/34c9e08888fae4fc39aa22502070b37c0ab8a5d6..37c3311044fe215372be2a6075b82dba65ac5b1a:/src/simix/smurf_private.h?ds=sidebyside diff --git a/src/simix/smurf_private.h b/src/simix/smurf_private.h index 0a0bcd8566..5f7dcb407e 100644 --- a/src/simix/smurf_private.h +++ b/src/simix/smurf_private.h @@ -169,6 +169,7 @@ typedef struct s_smx_req { const char* name; smx_host_t host; double computation_amount; + double priority; smx_action_t result; } host_execute; @@ -208,6 +209,7 @@ typedef struct s_smx_req { struct { smx_action_t execution; + e_smx_state_t result; } host_execution_wait; struct {