9 #ifndef FAIR_MQ_TOOLS_NETWORK_H 10 #define FAIR_MQ_TOOLS_NETWORK_H 21 #ifdef FAIR_MQ_HAS_NO_ASIO_IO_CONTEXT 25 typedef class io_context io_service;
39 std::map<std::string, std::string> getHostIPs();
42 std::string getInterfaceIP(
const std::string& interface);
45 std::string getDefaultRouteNetworkInterface();
47 std::string getIpFromHostname(
const std::string& hostname);
49 std::string getIpFromHostname(
const std::string& hostname, boost::asio::io_service& ios);
Tools for interfacing containers to the transport via polymorphic allocators.
Definition: DeviceRunner.h:23