commit | f3c0781d22e8af78dd5c4cf4c72f814004f48aaf | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Mar 11 21:48:49 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Tue Mar 11 22:33:15 2014 -0700 |
tree | 295226fbbaa8b20dd93e5d5f0b3cfee233b6e1e4 | |
parent | dc947ec7b7faf77c77f1ef76c2fd5f15c1850476 [diff] [blame] |
fw: refine pipelines, dispatch to strategy refs #1345 #1255 Change-Id: If1cfc26049f87318103fc09c3b211ebf1eb3ebaa
diff --git a/daemon/table/pit-in-record.cpp b/daemon/table/pit-in-record.cpp index 6963da2..573ee85 100644 --- a/daemon/table/pit-in-record.cpp +++ b/daemon/table/pit-in-record.cpp
@@ -19,6 +19,12 @@ { } +void +InRecord::update(const Interest& interest) +{ + this->FaceRecord::update(interest); + m_interest = const_cast<Interest&>(interest).shared_from_this(); +} } // namespace pit } // namespace nfd