Add some comments, clean ups

This commit is contained in:
badaix 2020-05-10 21:52:19 +02:00
parent 2a6360a832
commit 184254b35f
6 changed files with 13 additions and 13 deletions

View file

@ -48,7 +48,7 @@ public:
// void stop();
private:
using MdnsHandler = std::function<void(const boost::system::error_code&, const std::string&, uint16_t)>;
using MdnsHandler = std::function<void(const boost::system::error_code& ec, const std::string& host, uint16_t port)>;
void worker();
void reconnect();
void browseMdns(const MdnsHandler& handler);