#include "network-monitor.hpp"#include "ndn-cxx-config.hpp"#include "../util/logger.hpp"#include "detail/network-monitor-impl-noop.hpp"
Include dependency graph for network-monitor.cpp:Go to the source code of this file.
Namespaces | |
| ndn | |
| Copyright (c) 2013-2017 Regents of the University of California. | |
| ndn::net | |
Macros | |
| #define | NETWORK_MONITOR_IMPL_TYPE NetworkMonitorImplNoop |
Functions | |
| static unique_ptr< NetworkMonitorImpl > | ndn::net::makeNetworkMonitorImpl (boost::asio::io_service &io) |
| #define NETWORK_MONITOR_IMPL_TYPE NetworkMonitorImplNoop |
Definition at line 38 of file network-monitor.cpp.