Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
track some remaining CamelCase deep inside the context code
[simgrid.git] / src / kernel / context / ContextRaw.hpp
index fb17bc6..6d79a94 100644 (file)
@@ -31,8 +31,8 @@ public:
   virtual void resume() = 0;
 
   static void swap(RawContext* from, RawContext* to);
   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_;
 
 private:
   static RawContext* maestro_context_;