X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9e0cb12b3a4d809e8405430fa6513780044d4122..a14791b7288177a49b6e8b06677d59faac0a175e:/src/simix/popping_private.hpp diff --git a/src/simix/popping_private.hpp b/src/simix/popping_private.hpp index 4e918a5ed8..73ef058847 100644 --- a/src/simix/popping_private.hpp +++ b/src/simix/popping_private.hpp @@ -13,7 +13,18 @@ #include /********************************* Simcalls *********************************/ -#include "popping_enum.hpp" /* Definition of Simcall, with one value per simcall */ +namespace simgrid { +namespace simix { +/** All possible simcalls. */ +enum class Simcall { + NONE, + RUN_KERNEL, + RUN_BLOCKING, +}; +constexpr int NUM_SIMCALLS = 3; +/** @brief Simcalls' names */ +} // namespace simix +} // namespace simgrid XBT_PUBLIC_DATA const std::array simcall_names; /* Name of each simcall */