Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed typo in documentation of surf_routing.hpp
[simgrid.git] / src / surf / network_gtnets.hpp
index 2cbcf73..7cc1c5a 100644 (file)
@@ -115,16 +115,12 @@ public:
 
   double m_latency;
   double m_latCurrent;
-#ifdef HAVE_TRACING
   int m_lastRemains;
-#endif
   lmm_variable_t p_variable;
   double m_rate;
   int m_suspended;
-#ifdef HAVE_TRACING
   RoutingEdgePtr src;
   RoutingEdgePtr dst;
-#endif //HAVE_TRACING
 };
 
 #endif /* NETWORK_GTNETS_HPP_ */