commit | 25f7d4dc0afb85417c5e60d1d279bbd670d5dcb2 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Thu Sep 29 18:41:06 2011 -0700 |
committer | Ilya Moiseenko <iliamo@ucla.edu> | Fri Oct 28 13:40:12 2011 -0700 |
tree | b160a54ba5934604b11dde3b3aea506f77439a8f | |
parent | e4aae558ce5cb930643b26b959d2a269cc674159 [diff] [blame] |
Flooding forwarding strategy added
diff --git a/model/ccnx-net-device-face.cc b/model/ccnx-net-device-face.cc index 8304711..a903da7 100644 --- a/model/ccnx-net-device-face.cc +++ b/model/ccnx-net-device-face.cc
@@ -78,6 +78,7 @@ void CcnxNetDeviceFace::RegisterProtocolHandler (ProtocolHandler handler) { + NS_LOG_FUNCTION(this); NS_ASSERT_MSG (m_netDevice != 0, "CcnxNetDeviceFace needs to be assigned NetDevice first"); m_protocolHandler = handler;