#include "nfd.hpp"
#include "rib/nrd.hpp"
#include "version.hpp"
#include "core/global-io.hpp"
#include "core/logger.hpp"
#include "core/privilege-helper.hpp"
#include <string.h>
#include <boost/filesystem.hpp>
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/variables_map.hpp>
#include <boost/program_options/parsers.hpp>
#include <boost/thread.hpp>
#include <atomic>
#include <condition_variable>
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 | |
int | main (int argc, char **argv) |
Variables | |
nfd::NFD | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 225 of file main.cpp.
References DEFAULT_CONFIG_FILE, nfd::NfdRunner::initialize(), NFD_LOG_FATAL, nfd::NfdRunner::printModules(), nfd::NfdRunner::printUsage(), nfd::NfdRunner::run(), and nfd::PrivilegeHelper::Error::what().