Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
CommWaitTransition mailbox is now valid
[simgrid.git] / src / simix / popping_enum.hpp
index 44f6b5b61039029f84f298c180bae1329a11ae23..aac349c039690025739ddcac1af7a4698ae1366c 100644 (file)
@@ -25,14 +25,12 @@ enum class Simcall {
   COMM_IRECV,
   COMM_SEND,
   COMM_ISEND,
-  COMM_TEST,
-  COMM_TESTANY,
   COMM_WAITANY,
   COMM_WAIT,
   RUN_KERNEL,
   RUN_BLOCKING,
 };
 
-constexpr int NUM_SIMCALLS = 11;
+constexpr int NUM_SIMCALLS = 9;
 } // namespace simix
 } // namespace simgrid