X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ac50e071a5fc760cd64d908b24ae1756dcf00e..b6fe7e75cd720400327e0585247824b7b82805aa:/src/simix/popping_enum.h diff --git a/src/simix/popping_enum.h b/src/simix/popping_enum.h index f7590f898d..4f631eb282 100644 --- a/src/simix/popping_enum.h +++ b/src/simix/popping_enum.h @@ -85,5 +85,6 @@ typedef enum { SIMCALL_ASR_GET_PROPERTIES, SIMCALL_MC_RANDOM, SIMCALL_SET_CATEGORY, - SIMCALL_RUN_KERNEL, NUM_SIMCALLS + SIMCALL_RUN_KERNEL, + SIMCALL_RUN_BLOCKING, NUM_SIMCALLS } e_smx_simcall_t;