Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
track some remaining CamelCase deep inside the context code
[simgrid.git] / src / kernel / context / ContextBoost.hpp
index 8031685..7b3a58e 100644 (file)
@@ -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_;