]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/network_ns3.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A candidate patch to Github issue #15. Three problems related to TRACE might be corre...
[simgrid.git] / src / surf / network_ns3.hpp
index dbd11326f4b67083359ca7cd8482f5444f0f82c6..8a29dfd383e91568d1b2e37d1c2690ba975d3834 100644 (file)
@@ -93,11 +93,9 @@ void suspend();
 void resume();
 
 //private:
-#ifdef HAVE_TRACING
   double m_lastSent;
   RoutingEdgePtr p_srcElm;
   RoutingEdgePtr p_dstElm;
-#endif //HAVE_TRACING
 };