Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / simix / popping_enum.hpp
index 0742c80..a6062b4 100644 (file)
@@ -38,5 +38,6 @@ enum e_smx_simcall_t {
   SIMCALL_MC_RANDOM,
   SIMCALL_RUN_KERNEL,
   SIMCALL_RUN_BLOCKING,
-  NUM_SIMCALLS
 };
+
+constexpr int NUM_SIMCALLS = 20;