Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill Simcall::COMM_WAIT
[simgrid.git] / src / simix / popping_enum.hpp
index aac349c..9c0b44a 100644 (file)
@@ -21,16 +21,11 @@ namespace simix {
  */
 enum class Simcall {
   NONE,
-  COMM_RECV,
-  COMM_IRECV,
-  COMM_SEND,
-  COMM_ISEND,
   COMM_WAITANY,
-  COMM_WAIT,
   RUN_KERNEL,
   RUN_BLOCKING,
 };
 
-constexpr int NUM_SIMCALLS = 9;
+constexpr int NUM_SIMCALLS = 4;
 } // namespace simix
 } // namespace simgrid