#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 "cs-module.hpp"
#include "strategy-choice-module.hpp"
#include <ndn-cxx/security/validator-null.hpp>
Go to the source code of this file.
Namespaces | |
nfd | |
-status-http-server | |
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... | |