Update mDNS service announcements when name changes.

This commit is contained in:
Robin Davies
2024-09-19 11:19:24 -04:00
parent 7ecc3de10a
commit 951a7a73de
18 changed files with 348 additions and 257 deletions
-3
View File
@@ -43,7 +43,6 @@ namespace pipedal {
int portNumber, const std::string &name, const std::string &instanceId, const std::string&mdnsName,bool addTestGroup = false);
void Unannounce();
private:
void Start();
void Stop();
@@ -56,8 +55,6 @@ namespace pipedal {
void create_group(AvahiClient *c);
void threadProc();
int clientErrno = 0;
int portNumber = -1;