main.cpp File Reference
#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/asio/signal_set.hpp>
#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>
+ Include dependency graph for main.cpp:

Go to the source code of this file.

Namespaces

 nfd
 

Functions

int main (int argc, char **argv)
 
static void nfd::printLogModules (std::ostream &os)
 
static void nfd::printUsage (std::ostream &os, const char *programName, const po::options_description &opts)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 249 of file main.cpp.