X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b3dd9b27c5fe2b1000b169b24e248be102a1d15..b92ccbf24de98e83153f96b440ec559fc739e295:/src/simix/popping_enum.hpp diff --git a/src/simix/popping_enum.hpp b/src/simix/popping_enum.hpp index 05b9c67c24..a89500b741 100644 --- a/src/simix/popping_enum.hpp +++ b/src/simix/popping_enum.hpp @@ -4,7 +4,7 @@ /* DO NOT EVER CHANGE THIS FILE */ /* */ /* change simcalls specification in src/simix/simcalls.in */ -/* Copyright (c) 2014-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2014-2022. The SimGrid Team. All rights reserved. */ /**********************************************************************/ /* @@ -21,25 +21,10 @@ namespace simix { */ enum class Simcall { NONE, - EXECUTION_WAITANY_FOR, - COMM_SEND, - COMM_ISEND, - COMM_RECV, - COMM_IRECV, - COMM_WAITANY, - COMM_WAIT, - COMM_TEST, - COMM_TESTANY, - MUTEX_LOCK, - MUTEX_TRYLOCK, - COND_WAIT, - COND_WAIT_TIMEOUT, - SEM_ACQUIRE, - SEM_ACQUIRE_TIMEOUT, RUN_KERNEL, RUN_BLOCKING, }; -constexpr int NUM_SIMCALLS = 18; +constexpr int NUM_SIMCALLS = 3; } // namespace simix } // namespace simgrid