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
+2
View File
@@ -92,6 +92,8 @@ namespace pipedal {
const UpdateRelease &DevRelease() const { return devRelease_; }
bool operator==(const UpdateStatus &other) const;
void AddRelease(const std::string&packageName); // Release Generator ONLY
DECLARE_JSON_MAP(UpdateStatus);
};