Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
small cleanups here and there
[simgrid.git] / src / surf / network_ns3.hpp
index a8f1f19..a92c17d 100644 (file)
@@ -56,8 +56,8 @@ public:
 
 //private:
   double lastSent_ = 0;
-  NetCard *srcElm_;
-  NetCard *dstElm_;
+  NetCard *src_;
+  NetCard *dst_;
 };
 
 }