src/internet-stack/nsc-tcp-l4-protocol.h
changeset 4283 5854cddf4493
parent 3820 c04ecfdce1ef
child 4472 e20a31541404
--- a/src/internet-stack/nsc-tcp-l4-protocol.h	Thu Mar 19 11:33:19 2009 -0700
+++ b/src/internet-stack/nsc-tcp-l4-protocol.h	Mon Mar 23 11:26:39 2009 -0700
@@ -31,6 +31,7 @@
 
 #include "ns3/timer.h"
 #include "sim_interface.h"
+#include "nsc-tcp-socket-impl.h"
 
 namespace ns3 {
 
@@ -116,6 +117,7 @@
   INetStack* m_nscStack;
   void *m_dlopenHandle;
   Timer m_softTimer;
+  std::vector<Ptr<NscTcpSocketImpl> > m_sockets;
 };
 
 }; // namespace ns3