X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bf4412791a48b391295ec03e314b42fc49b4b567..9fd6cbc6c3b06f4b09e3c3339ffb3cc8a68f9bfa:/src/kernel/context/ContextThread.hpp diff --git a/src/kernel/context/ContextThread.hpp b/src/kernel/context/ContextThread.hpp index 36104b3a36..819e07c7d3 100644 --- a/src/kernel/context/ContextThread.hpp +++ b/src/kernel/context/ContextThread.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2017. The SimGrid Team. +/* Copyright (c) 2009-2018. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -25,7 +25,7 @@ public: void attach_start() override; void attach_stop() override; - bool isMaestro() const { return is_maestro_; } + bool is_maestro() const { return is_maestro_; } void release(); // unblock context's start() void wait(); // wait for context's yield()