commit | 91e1128c51f29a8f9b15a322753d8ba074dcbdf3 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Aug 21 17:23:11 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 04 00:00:50 2012 -0700 |
tree | abbe1588edd6abb2e061dee7858599527df0fbd7 | |
parent | 5db9217da0434853432f32645c323714ee7db127 [diff] [blame] |
Another checkpoint
diff --git a/model/pit/ndn-pit-entry.cc b/model/pit/ndn-pit-entry.cc index 95b81dd..4dcf6d0 100644 --- a/model/pit/ndn-pit-entry.cc +++ b/model/pit/ndn-pit-entry.cc
@@ -241,6 +241,11 @@ return m_maxRetxCount; } +Ptr<const InterestHeader> +Entry::GetInterest () const +{ + return m_interest; +} std::ostream& operator<< (std::ostream& os, const Entry &entry) {