changeset 2501 | 3eaeac1dd5ed |
parent 2498 | e01570293b98 |
child 2503 | e667dc0f350e |
--- a/src/internet-node/tcp-l4-protocol.cc Wed Feb 27 20:23:57 2008 +0100 +++ b/src/internet-node/tcp-l4-protocol.cc Wed Feb 27 20:48:43 2008 +0100 @@ -41,6 +41,8 @@ namespace ns3 { +NS_OBJECT_ENSURE_REGISTERED (TcpL4Protocol); + //State Machine things -------------------------------------------------------- TcpStateMachine::TcpStateMachine() : aT (LAST_STATE, StateActionVec_t(LAST_EVENT)),