commit | 26b730fcdb332208c89016bd57e0d1753654d688 | [log] [tgz] |
---|---|---|
author | Steve DiBenedetto <dibenede@cs.colostate.edu> | Sun Feb 02 18:36:16 2014 -0700 |
committer | Steve DiBenedetto <dibenede@cs.colostate.edu> | Sun Feb 02 19:06:44 2014 -0700 |
tree | 2339bca3b373a6e98c2a5b96cbe11ae8d44ac0f7 | |
parent | a16abd2822af39fdd5ed061e8c7aba1d9763d47b [diff] [blame] |
fw: Added FaceId to Face conversion method Change-Id: I7b751cd51e138875929e7c680420070be3ce15c7
diff --git a/daemon/fw/forwarder.hpp b/daemon/fw/forwarder.hpp index 1359737..0ea838b 100644 --- a/daemon/fw/forwarder.hpp +++ b/daemon/fw/forwarder.hpp
@@ -49,6 +49,9 @@ Cs& getCs(); + shared_ptr<Face> + getFace(FaceId id); + private: // pipelines /** \brief incoming Interest pipeline */ @@ -135,7 +138,6 @@ return m_cs; } - } // namespace nfd #endif // NFD_FW_FORWARDER_HPP