Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
migrate daemons from simix::Global to kernel::EngineImpl
[simgrid.git] / src / simix / popping_enum.hpp
index 1c51894..4b81b84 100644 (file)
@@ -21,7 +21,6 @@ namespace simix {
  */
 enum class Simcall {
   NONE,
-  EXECUTION_WAITANY_FOR,
   COMM_RECV,
   COMM_IRECV,
   COMM_SEND,
@@ -30,11 +29,10 @@ enum class Simcall {
   COMM_TESTANY,
   COMM_WAITANY,
   COMM_WAIT,
-  SEM_ACQUIRE_TIMEOUT,
   RUN_KERNEL,
   RUN_BLOCKING,
 };
 
-constexpr int NUM_SIMCALLS = 13;
+constexpr int NUM_SIMCALLS = 11;
 } // namespace simix
 } // namespace simgrid