X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/080541387d2296c808397215b8c9401a9f97a1d5:/src/simix/popping_private.hpp..822ae5dabb13dfd9ccefc26dfd45978aac241cc8:/src/simix/simcall.hpp diff --git a/src/simix/popping_private.hpp b/src/simix/simcall.hpp similarity index 91% rename from src/simix/popping_private.hpp rename to src/simix/simcall.hpp index 856ddf5bde..99bf55af23 100644 --- a/src/simix/popping_private.hpp +++ b/src/simix/simcall.hpp @@ -3,8 +3,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef SG_POPPING_PRIVATE_HPP -#define SG_POPPING_PRIVATE_HPP +#ifndef SIMCALL_HPP +#define SIMCALL_HPP #include "simgrid/forward.h" #include "src/kernel/activity/ActivityImpl.hpp" @@ -28,7 +28,7 @@ public: simgrid::kernel::actor::SimcallObserver* observer_ = nullptr; // makes that simcall observable by the MC unsigned int mc_max_consider_ = 0; // How many times this simcall should be used. If >1, this will be a fork in the state space. - std::function const* code_ = nullptr; + std::function const* code_ = nullptr; const char* get_cname() const; };