Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove 'using namespace foo;' in headers
[simgrid.git] / src / surf / network_interface.hpp
index ec90a5c..d1f327d 100644 (file)
@@ -217,7 +217,7 @@ public:
   /** @brief Update the latency in seconds of current Link */
   virtual void updateLatency(double value, double date=surf_get_clock())=0;
 
-  /** @brief The sharing policy is a @e_surf_link_sharing_policy_t (0: FATPIPE, 1: SHARED, 2: FULLDUPLEX) */
+  /** @brief The sharing policy is a @{link #e_surf_link_sharing_policy_t} (0: FATPIPE, 1: SHARED, 2: FULLDUPLEX) */
   virtual int sharingPolicy();
 
   /** @brief Check if the Link is used */
@@ -232,7 +232,7 @@ public:
 
   /* LMM */
   tmgr_trace_event_t p_stateEvent = NULL;
-  s_surf_metric_t p_power;
+  s_surf_metric_t p_speed;
 
   /* User data */
 public: