24 #ifndef NDN_UTIL_NETWORK_MONITOR_IMPL_NOOP_HPP
25 #define NDN_UTIL_NETWORK_MONITOR_IMPL_NOOP_HPP
27 #include "../network-monitor.hpp"
45 shared_ptr<NetworkInterface>
51 std::vector<shared_ptr<NetworkInterface>>
61 #endif // NDN_UTIL_NETWORK_MONITOR_IMPL_NOOP_HPP
Impl(NetworkMonitor &nm, boost::asio::io_service &io)
Copyright (c) 2013-2016 Regents of the University of California.
Network interfaces monitor.
std::vector< shared_ptr< NetworkInterface > > listNetworkInterfaces() const
uint32_t getCapabilities() const
shared_ptr< NetworkInterface > getNetworkInterface(const std::string &) const
NetworkMonitor is not supported and is a no-op.