X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54cdd8b471395840452e34f5a2ba8bf15812266d..a12a8405067d2569298b6943eb03e3e6b1e33108:/src/surf/ns3/ns3_interface.hpp?ds=sidebyside diff --git a/src/surf/ns3/ns3_interface.hpp b/src/surf/ns3/ns3_interface.hpp index 8b1bc35bbc..dfee129862 100644 --- a/src/surf/ns3/ns3_interface.hpp +++ b/src/surf/ns3/ns3_interface.hpp @@ -6,6 +6,7 @@ #ifndef NS3_INTERFACE_HPP #define NS3_INTERFACE_HPP +#include "ns3/ptr.h" #include "simgrid/s4u/Host.hpp" namespace simgrid { @@ -13,6 +14,9 @@ namespace surf { class NetworkNS3Action; } } +namespace ns3 { +class Node; +} class NetPointNs3 { public: @@ -20,6 +24,7 @@ public: explicit NetPointNs3(); int node_num; + ns3::Ptr ns3Node_; }; extern "C" {