Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI/LB] Require an actor as argument for get_mapping
[simgrid.git] / src / smpi / plugins / load_balancer / load_balancer.hpp
index cfdf483..44a2d08 100644 (file)
@@ -70,7 +70,7 @@ public:
   /**
    * FIXME These are functions used for testing and should be re-written or removed
    */
-  simgrid::s4u::Host* get_mapping();
+  simgrid::s4u::Host* get_mapping(simgrid::s4u::ActorPtr);
   void record_actor_computation(simgrid::s4u::ActorPtr actor, double load);
 private:
 };