commit | 0355e9fd065312015b9011f8a3cee5f721b54cc0 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Sep 02 07:24:53 2015 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Sep 02 07:24:53 2015 -0700 |
tree | 3f6b1f2acf48527be3675e03dff4e72f13575269 | |
parent | 2fc649bfc67b93b4191cfbee5bcd70330bfb48f0 [diff] [blame] |
fw: Forwarder processes Link for mobility This commit also adds NetworkRegionTable to store producer region names, and checks packets are well-formed before entering forwarding pipelines. refs #3034, #3155 Change-Id: I8de4c482e8a289b922be70139675bc4661f9a301
diff --git a/common.hpp b/common.hpp index 5e6724a..bd8f10b 100644 --- a/common.hpp +++ b/common.hpp
@@ -98,6 +98,7 @@ using ndn::Data; using ndn::Name; using ndn::Exclude; +using ndn::Link; using ndn::Block; using ndn::util::FaceUri;