|
NFD: Named Data Networking Forwarding Daemon 24.07-28-gdcc0e6e0
|
#include "common/global.hpp"
Include dependency graph for global.cpp:Go to the source code of this file.
Namespaces | |
| namespace | nfd |
Functions | |
| boost::asio::io_context & | nfd::getGlobalIoService () |
| Returns the global io_context instance for the calling thread. | |
| 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. | |
| void | nfd::setMainIoService (boost::asio::io_context *mainIo) |
| void | nfd::setRibIoService (boost::asio::io_context *ribIo) |
Variables | |
| static thread_local std::unique_ptr< boost::asio::io_context > | nfd::g_ioCtx |
| static boost::asio::io_context * | nfd::g_mainIoCtx = nullptr |
| static boost::asio::io_context * | nfd::g_ribIoCtx = nullptr |
| static thread_local std::unique_ptr< ndn::Scheduler > | nfd::g_scheduler |