Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill popping_bodies.cpp
[simgrid.git] / src / simix / popping_enum.hpp
1 /**********************************************************************/
2 /* File generated by src/simix/simcalls.py from src/simix/simcalls.in */
3 /*                                                                    */
4 /*                    DO NOT EVER CHANGE THIS FILE                    */
5 /*                                                                    */
6 /* change simcalls specification in src/simix/simcalls.in             */
7 /* Copyright (c) 2014-2022. The SimGrid Team. All rights reserved.    */
8 /**********************************************************************/
9
10 /*
11  * Note that the name comes from http://en.wikipedia.org/wiki/Popping
12  * Indeed, the control flow is doing a strange dance in there.
13  *
14  * That's not about http://en.wikipedia.org/wiki/Poop, despite the odor :)
15  */
16
17 namespace simgrid {
18 namespace simix {
19 /**
20  * @brief All possible simcalls.
21  */
22 enum class Simcall {
23   NONE,
24   RUN_KERNEL,
25   RUN_BLOCKING,
26 };
27
28 constexpr int NUM_SIMCALLS = 3;
29 } // namespace simix
30 } // namespace simgrid