#include "status.hpp"
#include "forwarder-general-module.hpp"
#include "channel-module.hpp"
#include "face-module.hpp"
#include "fib-module.hpp"
#include "rib-module.hpp"
#include "strategy-choice-module.hpp"
#include <ndn-cxx/security/validator-null.hpp>
Go to the source code of this file.
Namespaces | |
nfd | |
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St. | |
nfd::tools | |
nfd::tools::nfdc | |
Functions | |
void | nfd::tools::nfdc::registerStatusCommands (CommandParser &parser) |
registers status commands More... | |
void | nfd::tools::nfdc::reportStatus (ExecuteContext &ctx, const StatusReportOptions &options) |
collect a status report and write to stdout More... | |
static void | nfd::tools::nfdc::reportStatusComprehensive (ExecuteContext &ctx) |
the 'status report' command More... | |
static void | nfd::tools::nfdc::reportStatusSingleSection (ExecuteContext &ctx, bool StatusReportOptions::*wantSection) |
single-section status command More... | |