Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove XBT_INFO call
[simgrid.git] / src / surf / workstation_ptask_L07.hpp
index 9bcac9f..360a851 100644 (file)
@@ -164,8 +164,6 @@ public:
   double getBandwidth();
   double getLatency();
   bool isShared();
-  void updateBandwidth(double value, double date=surf_get_clock());
-  void updateLatency(double value, double date=surf_get_clock());
 
   double m_latCurrent;
   tmgr_trace_event_t p_latEvent;