global.hpp File Reference
#include "core/config.hpp"
#include <boost/asio/io_context.hpp>
#include <ndn-cxx/util/scheduler.hpp>
+ Include dependency graph for global.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 nfd
 -status-http-server
 

Functions

boost::asio::io_context & nfd::getGlobalIoService ()
 Returns the global io_context instance for the calling thread. More...
 
boost::asio::io_context & nfd::getMainIoService ()
 
boost::asio::io_context & nfd::getRibIoService ()
 
ndn::Scheduler & nfd::getScheduler ()
 Returns the global Scheduler instance for the calling thread. More...
 
void nfd::setMainIoService (boost::asio::io_context *mainIo)
 
void nfd::setRibIoService (boost::asio::io_context *ribIo)