#include "common.hpp"
Include dependency graph for global-io.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| nfd | |
| Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St. | |
Functions | |
| boost::asio::io_service & | nfd::getGlobalIoService () |
| boost::asio::io_service & | nfd::getMainIoService () |
| boost::asio::io_service & | nfd::getRibIoService () |
| void | nfd::runOnMainIoService (const std::function< void()> &f) |
| run a function on the main io_service instance More... | |
| void | nfd::runOnRibIoService (const std::function< void()> &f) |
| run a function on the RIB io_service instance More... | |
| void | nfd::setMainIoService (boost::asio::io_service *mainIo) |
| void | nfd::setRibIoService (boost::asio::io_service *ribIo) |