Update mDNS service announcements when name changes.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user