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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-core/server.h b/avahi-core/server.h
index 7283b79..4d0e8a3 100644
--- a/avahi-core/server.h
+++ b/avahi-core/server.h
@@ -68,6 +68,8 @@ struct AvahiServer {
GMainContext *context;
AvahiInterfaceMonitor *monitor;
+ AvahiServerConfig config;
+
AVAHI_LLIST_HEAD(AvahiEntry, entries);
GHashTable *entries_by_key;
@@ -87,8 +89,6 @@ struct AvahiServer {
GPollFD pollfd_ipv4, pollfd_ipv6;
GSource *source;
- gboolean ignore_bad_ttl;
-
/* Used for assembling responses */
AvahiRecordList *record_list;
};