X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/627cef048b8d7a523fa6d2ccaec750eccb0468e9..1aaf3e3fc120f9434c692f1c49d03a00b24e55a1:/include/simgrid/kernel/resource/Action.hpp diff --git a/include/simgrid/kernel/resource/Action.hpp b/include/simgrid/kernel/resource/Action.hpp index 141df6402d..4961cef1d9 100644 --- a/include/simgrid/kernel/resource/Action.hpp +++ b/include/simgrid/kernel/resource/Action.hpp @@ -193,9 +193,9 @@ private: boost::optional heap_hook_ = boost::none; public: - void heapInsert(heap_type& heap, double key, Action::Type hat); - void heapRemove(heap_type& heap); - void heapUpdate(heap_type& heap, double key, Action::Type hat); + void heapInsert(double key, Action::Type hat); + void heapRemove(); + void heapUpdate(double key, Action::Type hat); void clearHeapHandle() { heap_hook_ = boost::none; } lmm::Variable* get_variable() const { return variable_; }