X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/17496ac16483b8d60b8c375ac109d4c19639297b..3f6cb16e7427d1583ab346042e2f27f7cd95f2b8:/src/kernel/context/ContextBoost.hpp diff --git a/src/kernel/context/ContextBoost.hpp b/src/kernel/context/ContextBoost.hpp index 8031685067..7b3a58e8e2 100644 --- a/src/kernel/context/ContextBoost.hpp +++ b/src/kernel/context/ContextBoost.hpp @@ -38,8 +38,8 @@ public: virtual void resume() = 0; static void swap(BoostContext* from, BoostContext* to); - static BoostContext* getMaestro() { return maestro_context_; } - static void setMaestro(BoostContext* maestro) { maestro_context_ = maestro; } + static BoostContext* get_maestro() { return maestro_context_; } + static void set_maestro(BoostContext* maestro) { maestro_context_ = maestro; } private: static BoostContext* maestro_context_;