commit | 05cc50ae37153f1cd1eb9a9813ed37aa10fdb689 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Jul 11 22:38:21 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Jul 11 22:38:21 2016 +0000 |
tree | 1719ab7e9de73fec92ae68f56fc474ba45fec7b4 | |
parent | b260017fec141f0834f14a914b042318cadca786 [diff] [blame] |
fw: Forwarder::lookupFib refs #3664 Change-Id: I0e0cc3de997653c93db9b7c89e81ea73b4fb12ac
diff --git a/daemon/table/fib-entry.hpp b/daemon/table/fib-entry.hpp index 9106d9f..0536fc5 100644 --- a/daemon/table/fib-entry.hpp +++ b/daemon/table/fib-entry.hpp
@@ -50,7 +50,7 @@ /** \class Entry * \brief represents a FIB entry */ -class Entry : noncopyable +class Entry : public enable_shared_from_this<Entry>, noncopyable { public: explicit