mgmt, main: add "tables" configuration file section and processor

refs: #1623

Change-Id: If54097ba738381f7a75d755933e20b35387ff1d4
This commit is contained in:
Steve DiBenedetto
2014-06-02 14:58:54 -06:00
committed by Alex Afanasyev
parent 0417d2adf7
commit 3a4f83dc7e
8 changed files with 365 additions and 28 deletions
+8 -7
View File
@@ -1,11 +1,12 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/**
* Copyright (c) 2014 Regents of the University of California,
* Arizona Board of Regents,
* Colorado State University,
* University Pierre & Marie Curie, Sorbonne University,
* Washington University in St. Louis,
* Beijing Institute of Technology
* Copyright (c) 2014, Regents of the University of California,
* Arizona Board of Regents,
* Colorado State University,
* University Pierre & Marie Curie, Sorbonne University,
* Washington University in St. Louis,
* Beijing Institute of Technology,
* The University of Memphis
*
* This file is part of NFD (Named Data Networking Forwarding Daemon).
* See AUTHORS.md for complete list of NFD authors and contributors.
@@ -36,7 +37,7 @@ NFD_LOG_INIT("ContentStore");
namespace nfd {
Cs::Cs(int nMaxPackets)
Cs::Cs(size_t nMaxPackets)
: m_nMaxPackets(nMaxPackets)
, m_nPackets(0)
{