commit | 811c0100987d4de38ca52a0b9236ef3ba41e68e0 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Aug 10 04:12:45 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Aug 10 04:12:45 2016 +0000 |
tree | 2a1daa5a164fdc42e9113267d0e63561a2a1a9e2 | |
parent | 67f30273dd61b3b628f8fbaa16ba95890e741dda [diff] [blame] |
table: NameTree findExactMatch, findLongestPrefixMatch return Entry* refs #3687 Change-Id: I32752fd711b9641228fbb7f356e72144780cf9ec
diff --git a/daemon/table/strategy-choice.hpp b/daemon/table/strategy-choice.hpp index 84b1b03..a238761 100644 --- a/daemon/table/strategy-choice.hpp +++ b/daemon/table/strategy-choice.hpp
@@ -167,7 +167,7 @@ fw::Strategy& newStrategy); fw::Strategy& - findEffectiveStrategy(shared_ptr<name_tree::Entry> nte) const; + findEffectiveStrategy(const name_tree::Entry* nte) const; private: NameTree& m_nameTree;