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