blob: 11e4fabddab524afa3259d07cc99ac1f69ad8b75 [file] [log] [blame]
Junxiao Shi65d00722014-02-17 10:50:20 -07001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2/**
3 * Copyright (C) 2014 Named Data Networking Project
4 * See COPYING for copyright and distribution information.
5 */
6
7#include "measurements-entry.hpp"
8
9namespace nfd {
10namespace measurements {
11
12Entry::Entry(const Name& name)
13 : m_name(name)
14 , m_expiry(0)
15{
16}
17
18} // namespace measurements
19} // namespace nfd