summaryrefslogtreecommitdiffstats
path: root/avahi-core/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/server.h')
-rw-r--r--avahi-core/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/server.h b/avahi-core/server.h
index e7e77a2..27b9607 100644
--- a/avahi-core/server.h
+++ b/avahi-core/server.h
@@ -72,7 +72,7 @@ struct AvahiEntry {
AVAHI_LLIST_FIELDS(AvahiEntry, by_key);
AVAHI_LLIST_FIELDS(AvahiEntry, by_group);
- AVAHI_LLIST_HEAD(AvahiAnnouncement, announcements);
+ AVAHI_LLIST_HEAD(AvahiAnnouncer, announcers);
};
struct AvahiSEntryGroup {