X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/60059959d6d517261ca7f4176b0267bc37caf04d..638d55dcb8d944f7c74127725f1acb7b8e1449de:/src/simix/popping_enum.h diff --git a/src/simix/popping_enum.h b/src/simix/popping_enum.h index 46a84a1b26..40c949d44b 100644 --- a/src/simix/popping_enum.h +++ b/src/simix/popping_enum.h @@ -136,18 +136,15 @@ typedef enum { SIMCALL_STORAGE_GET_PROPERTIES, SIMCALL_STORAGE_GET_CONTENT, SIMCALL_ASR_GET_PROPERTIES, + SIMCALL_MC_RANDOM, + SIMCALL_SET_CATEGORY, #ifdef HAVE_LATENCY_BOUND_TRACKING SIMCALL_COMM_IS_LATENCY_BOUNDED, #endif -#ifdef HAVE_TRACING - SIMCALL_SET_CATEGORY, -#endif - #ifdef HAVE_MC SIMCALL_MC_SNAPSHOT, SIMCALL_MC_COMPARE_SNAPSHOTS, - SIMCALL_MC_RANDOM, #endif NUM_SIMCALLS } e_smx_simcall_t;