Finalizing implementation of almost all events for forwarding strategy.
Implementing FwStats strategy that just calculates statistics for
pit entries and incoming/outgoing interests.
A serious testing is necessary to see if everything works.
diff --git a/model/ccnx-l3-protocol.cc b/model/ccnx-l3-protocol.cc
index 312404d..12087c1 100644
--- a/model/ccnx-l3-protocol.cc
+++ b/model/ccnx-l3-protocol.cc
@@ -117,7 +117,7 @@
// m_contentStore = GetObject<CcnxContentStore> ();
// }
- Object::NotifyNewAggregate ();
+ Ccnx::NotifyNewAggregate ();
}
void
@@ -135,7 +135,7 @@
// Force delete on objects
m_forwardingStrategy = 0; // there is a reference to PIT stored in here
- Object::DoDispose ();
+ Ccnx::DoDispose ();
}
uint32_t