NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
measurements-entry.cpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
25 #include "measurements-entry.hpp"
26 
27 namespace nfd {
28 namespace measurements {
29 
31  : m_name(name)
32  , m_expiry(time::steady_clock::TimePoint::min())
33 {
34 }
35 
36 } // namespace measurements
37 } // namespace nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition: ndn-common.hpp:40
Name abstraction to represent an absolute name.
Definition: name.hpp:46