#include "nfd.hpp"
#include "rib/service.hpp"
#include "common/global.hpp"
#include "common/logger.hpp"
#include "common/privilege-helper.hpp"
#include "core/version.hpp"
#include <string.h>
#include <boost/config.hpp>
#include <boost/exception/diagnostic_information.hpp>
#include <boost/filesystem.hpp>
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/parsers.hpp>
#include <boost/program_options/variables_map.hpp>
#include <boost/version.hpp>
#include <atomic>
#include <condition_variable>
#include <iostream>
#include <thread>
#include <ndn-cxx/util/logging.hpp>
#include <ndn-cxx/util/ostream-joiner.hpp>
#include <ndn-cxx/version.hpp>
Go to the source code of this file.
Classes | |
class | nfd::NfdRunner |
Executes NFD with RIB manager. More... | |
Namespaces | |
nfd | |
Copyright (c) 2011-2015 Regents of the University of California. | |
Functions | |
static void | nfd::printUsage (std::ostream &os, const char *programName, const po::options_description &opts) |
static void | nfd::printLogModules (std::ostream &os) |
int | main (int argc, char **argv) |
Variables | |
Main | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 246 of file main.cpp.
References nfd::NfdRunner::initialize(), NFD_LOG_FATAL, nfd::printLogModules(), nfd::printUsage(), nfd::NfdRunner::run(), ndn::to_string(), and nfd::PrivilegeHelper::Error::what().