Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the definition of resource's Metric as an inner class
[simgrid.git] / src / surf / surf_interface.hpp
index adfddab..6472c75 100644 (file)
@@ -373,14 +373,5 @@ private:
  * Resource *
  ************/
 
  * Resource *
  ************/
 
-/** @ingroup SURF_interface
- * @brief Resource which have a metric handled by a maxmin system
- */
-struct s_surf_metric_t {
-  double peak;              /**< The peak of the metric, ie its max value */
-  double scale;             /**< Current availability of the metric according to the traces, in [0,1] */
-  tmgr_trace_event_t event; /**< The associated trace event associated to the metric */
-};
-
 
 #endif /* SURF_MODEL_H_ */
 
 #endif /* SURF_MODEL_H_ */