9 #ifndef FAIR_MQ_TOOLS_NETWORK_H 10 #define FAIR_MQ_TOOLS_NETWORK_H 22 typedef class io_context io_service;
35 std::map<std::string, std::string> getHostIPs();
38 std::string getInterfaceIP(
const std::string& interface);
41 std::string getDefaultRouteNetworkInterface();
43 std::string getIpFromHostname(
const std::string& hostname);
45 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