X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/efdf331fec43d7ce02cc61f2ad6d3c7e900b3e24..c2791a779fbd1de095a0634afaddaafd203dff02:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index adfddab53d..6472c75061 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -373,14 +373,5 @@ private: * 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_ */