commit | 11f7bb424013c03cc4b11bf9aae1b9b305bb535c | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jul 09 17:06:30 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jul 09 17:06:30 2012 -0700 |
tree | f99115c49edf0f54017291fa8d6bb04e33f5696d | |
parent | 95a4fa39dcbe6837a75d7f25935ad1c61282a237 [diff] [blame] |
First step in reimplementing CcnxPit. Everything is broken as of right now
diff --git a/model/ccnx-fib.cc b/model/ccnx-fib.cc index f98839d..e25f161 100644 --- a/model/ccnx-fib.cc +++ b/model/ccnx-fib.cc
@@ -42,7 +42,7 @@ TypeId CcnxFib::GetTypeId (void) { - static TypeId tid = TypeId ("ns3::CcnxFib") // cheating ns3 object system + static TypeId tid = TypeId ("ns3::private::CcnxFib") // cheating ns3 object system .SetParent<Object> () .SetGroupName ("Ccnx") ;