commit | 69c9aa98f007309e910514cff14e5f3b928fb691 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Wed Jul 23 15:15:05 2014 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Wed Jul 23 15:15:05 2014 -0500 |
tree | 5443bb5dfe0e6fdb77309ce29d66a2c6bd0429fd | |
parent | bf11c5f1aa51bdeb7b8ecded11445fadf26f8fb5 [diff] [blame] |
src: Making shared_ptr<ndn::Data> to put to NFD Change-Id: I2c8b0a322cbe2a848ba2be7d9e9639237a08878a
diff --git a/src/lsdb.hpp b/src/lsdb.hpp index 7c6ceb1..64de8ec 100644 --- a/src/lsdb.hpp +++ b/src/lsdb.hpp
@@ -165,6 +165,9 @@ private: void + putLsaData(const ndn::Interest& interest, const std::string& content); + + void processInterestForNameLsa(const ndn::Interest& interest, const ndn::Name& lsaKey, uint32_t interestedlsSeqNo);