mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-29 00:46:17 +02:00
Add some comments, clean ups
This commit is contained in:
parent
2a6360a832
commit
184254b35f
6 changed files with 13 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue