X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0ac5b9da8918916f09bbbe3103bcd5f58e856e55..965056e4f95159e78816eca6edc8982928097b73:/src/surf/surf_interface.hpp?ds=sidebyside diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index 1f0adfebfc..08d445b671 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -660,6 +660,7 @@ public: virtual void updateRemainingLazy(double now); void heapInsert(xbt_heap_t heap, double key, enum heap_action_type hat); void heapRemove(xbt_heap_t heap); + void heapUpdate(xbt_heap_t heap, double key, enum heap_action_type hat); void updateIndexHeap(int i); lmm_variable_t getVariable() {return p_variable;} double getLastUpdate() {return m_lastUpdate;}