commit | 1d62e62bc057c8b5e5c82b99fea31d63ad4df700 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Mar 08 22:39:28 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Mar 08 22:39:28 2017 +0000 |
tree | 2077721942e191ea89a88af919f389b70060b535 | |
parent | 89c0ea06213fc0cf1b60fcd33a9f9d597f5abfa9 [diff] [blame] |
tools: nfdc route list and nfd route show commands refs #3866 Change-Id: Ic8feab0ce9e5707c1cf382cdea7264e28e3edb30
diff --git a/tools/nfdc/find-face.hpp b/tools/nfdc/find-face.hpp index 2661aa6..120718b 100644 --- a/tools/nfdc/find-face.hpp +++ b/tools/nfdc/find-face.hpp
@@ -92,6 +92,11 @@ return m_results; } + /** \return FaceId for all results + */ + std::set<uint64_t> + getFaceIds() const; + /** \return a single face status * \pre getResults().size() == 1 */