X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9bc324037f69be712c94ec11e077b6859277c067..772fbe2c6395ac920d8e7907dc39749d458f02b6:/src/kernel/context/ContextThread.hpp diff --git a/src/kernel/context/ContextThread.hpp b/src/kernel/context/ContextThread.hpp index 2bfb881543..096a01ccd3 100644 --- a/src/kernel/context/ContextThread.hpp +++ b/src/kernel/context/ContextThread.hpp @@ -37,7 +37,7 @@ private: xbt_os_sem_t begin_ = nullptr; /** Semaphore used to schedule/unschedule */ xbt_os_sem_t end_ = nullptr; -private: + static void* wrapper(void *param); static void* maestro_wrapper(void *param); public: