NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
nfd-local-control-header.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22 #ifndef NDN_MANAGEMENT_NFD_LOCAL_CONTROL_HEADER_HPP
23 #define NDN_MANAGEMENT_NFD_LOCAL_CONTROL_HEADER_HPP
24 
25 #include "../lp/tags.hpp"
26 
27 namespace ndn {
28 namespace nfd {
29 
30 #ifdef NDN_LP_KEEP_LOCAL_CONTROL_HEADER
32 #else
33 #error "LocalControlHeader is deleted"
34 #endif // NDN_LP_KEEP_LOCAL_CONTROL_HEADER
35 
36 } // namespace nfd
37 } // namespace ndn
38 
39 #endif // NDN_MANAGEMENT_NFD_LOCAL_CONTROL_HEADER_HPP
Copyright (c) 2011-2015 Regents of the University of California.
Copyright (c) 2011-2015 Regents of the University of California.
Definition: ndn-common.hpp:40
ndn::lp::LocalControlHeaderFacade LocalControlHeader
expose NDNLPv2 tags as LocalControlHeader API
Definition: tags.hpp:64