commit | 674b0b1ffedbe0308d12b79d361a51115d3d47b7 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Tue May 20 14:33:28 2014 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Fri May 23 15:27:54 2014 -0500 |
tree | d2ca98f14eb30e5420cddb24cf6bef73da548f89 | |
parent | 157b0a473aa845100e7a37c45198fd86607ccbe5 [diff] [blame] |
src: Adding log4cxx logging Refs: #1505 Change-Id: Ib154d91f81acf3f1dd8bbcf552062a16d03fec74
diff --git a/src/route/fib.hpp b/src/route/fib.hpp index 559df7a..d144e1f 100644 --- a/src/route/fib.hpp +++ b/src/route/fib.hpp
@@ -76,6 +76,9 @@ void setStrategy(const ndn::Name& name, const std::string& strategy); + void + writeLog(); + private: void unregisterPrefix(const ndn::Name& namePrefix, const std::string& faceUri);