NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
sequence.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
24 #ifndef NDN_CXX_LP_SEQUENCE_HPP
25 #define NDN_CXX_LP_SEQUENCE_HPP
26 
27 #include "../common.hpp"
28 
29 namespace ndn {
30 namespace lp {
31 
35 typedef uint64_t Sequence;
36 
37 } // namespace lp
38 } // namespace ndn
39 
40 #endif // NDN_CXX_LP_SEQUENCE_HPP
Copyright (c) 2011-2015 Regents of the University of California.
uint64_t Sequence
represents a sequence number
Definition: sequence.hpp:35