X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/217557096673710f29ebe590ffcf76329ddd87de..7b1fb02d6a252c499432b7c90e2d08d5da05b66e:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index 01623b2d57..213e6d42fb 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -75,8 +75,6 @@ namespace surf { extern XBT_PRIVATE tmgr_history_t history; #define NO_MAX_DURATION -1.0 -using namespace std; - /********* * Utils * *********/ @@ -399,8 +397,8 @@ private: * @brief Resource which have a metric handled by a maxmin system */ typedef struct { - double scale; /**< The scale of the metric */ - double peak; /**< The peak of the metric */ + 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 */ } s_surf_metric_t;