commit | 9d313d49a2b4fea07791d41f70f17a00ce055cc2 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 25 13:36:15 2011 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 25 13:36:15 2011 -0800 |
tree | d7e833d4bb9ecdb6d1b9afce0f9e4d9b1e3f7587 | |
parent | 19426eff28be4aac38eefddf14b3863e50bc7d4c [diff] [blame] |
Add NACK processing
diff --git a/model/ccnx-pit-entry.cc b/model/ccnx-pit-entry.cc index a4db50a..61b4fcc 100644 --- a/model/ccnx-pit-entry.cc +++ b/model/ccnx-pit-entry.cc
@@ -49,6 +49,13 @@ return ret.first; } +void +CcnxPitEntry::RemoveIncoming (Ptr<CcnxFace> face) +{ + m_incoming.erase (face); +} + + CcnxPitEntryOutgoingFaceContainer::type::iterator CcnxPitEntry::AddOutgoing (Ptr<CcnxFace> face) {