Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Further cleanups in simix remains
[simgrid.git] / src / simix / popping_private.hpp
index 00b4381..308d3f3 100644 (file)
@@ -18,7 +18,7 @@ namespace simix {
 /** All possible simcalls. */
 enum class Simcall {
   NONE,
-  RUN_KERNEL,
+  RUN_ANSWERED,
   RUN_BLOCKING,
 };
 constexpr int NUM_SIMCALLS = 3;