]> git.meshlink.io Git - catta/blobdiff - avahi-core/core.h
daemon: make internal limits configurable
[catta] / avahi-core / core.h
index f3aea9d8781d21e9594358c126782c8836618607..1f5012691affa92a397dd8f829899ca7ad6a1de1 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef foocorehfoo
 #define foocorehfoo
 
-/* $Id$ */
-
 /***
   This file is part of avahi.
 
@@ -67,6 +65,7 @@ typedef struct AvahiServerConfig {
     int allow_point_to_point;         /**< Enable publishing on POINTOPOINT interfaces */
     int publish_a_on_ipv6;            /**< Publish an IPv4 A RR on IPv6 sockets */
     int publish_aaaa_on_ipv4;         /**< Publish an IPv4 A RR on IPv6 sockets */
+    unsigned n_cache_entries_max;     /**< Maximum number of cache entries per interface */
 } AvahiServerConfig;
 
 /** Allocate a new mDNS responder object. */