commit | 52555b06d4c92e9842d5cc49641114e77817f6bb | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri Nov 25 21:39:06 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri Nov 25 21:39:06 2016 +0000 |
tree | b7e67175ee116a5f6d6d49a8a70b9350f4cf08fa | |
parent | e21b3f3dc42114915e691c07c016b14e10fc7896 [diff] [blame] |
table: CS policy registry refs #3148 Change-Id: I058357839e514787405952569d1abf402375d1ea
diff --git a/daemon/table/cs.hpp b/daemon/table/cs.hpp index 3a9b1ca..8c3e46b 100644 --- a/daemon/table/cs.hpp +++ b/daemon/table/cs.hpp
@@ -178,7 +178,7 @@ findRightmostAmongExact(const Interest& interest, iterator first, iterator last) const; void - setPolicyImpl(unique_ptr<Policy>& policy); + setPolicyImpl(unique_ptr<Policy> policy); private: Table m_table;