Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename log category from simix_context to ker_context
[simgrid.git] / src / simix / popping_enum.hpp
index 903a7f54d12e2346c1919910b2e59c425c427335..4b81b849747143eef8c552b8fe6b6275554d2074 100644 (file)
@@ -21,7 +21,6 @@ namespace simix {
  */
 enum class Simcall {
   NONE,
-  EXECUTION_WAITANY_FOR,
   COMM_RECV,
   COMM_IRECV,
   COMM_SEND,
@@ -30,14 +29,10 @@ enum class Simcall {
   COMM_TESTANY,
   COMM_WAITANY,
   COMM_WAIT,
-  COND_WAIT,
-  COND_WAIT_TIMEOUT,
-  SEM_ACQUIRE,
-  SEM_ACQUIRE_TIMEOUT,
   RUN_KERNEL,
   RUN_BLOCKING,
 };
 
-constexpr int NUM_SIMCALLS = 16;
+constexpr int NUM_SIMCALLS = 11;
 } // namespace simix
 } // namespace simgrid