Support multi-homed hosts and plumb MAC addresses for Linux

This commit is contained in:
Cameron Gutman 2020-01-20 17:34:22 -08:00
commit 0631d9dfb2
5 changed files with 20 additions and 45 deletions

View file

@ -75,7 +75,7 @@ void freeInput(void*);
using input_t = util::safe_ptr<void, freeInput>;
std::string get_local_ip();
std::string get_mac_address(const std::string_view &address);
std::unique_ptr<mic_t> microphone(std::uint32_t sample_rate);
std::shared_ptr<display_t> display();