summaryrefslogtreecommitdiffstats
path: root/avahi-core/core.h
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2006-02-19 23:28:57 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2006-02-19 23:28:57 +0000
commitbba061b0c38d6308a10c8ef543fa72c1e1c5fad7 (patch)
tree27995c4e67035c0e97717dffb5c9fa6eb954c983 /avahi-core/core.h
parent3f8227311e734f408e34d114be975f400b20c989 (diff)
* add an option to make avahi-daemon using POINTOPOINT interfaces (disable by default)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1146 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/core.h')
-rw-r--r--avahi-core/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-core/core.h b/avahi-core/core.h
index 62eeef6..d1c60cc 100644
--- a/avahi-core/core.h
+++ b/avahi-core/core.h
@@ -62,6 +62,7 @@ typedef struct AvahiServerConfig {
int disallow_other_stacks; /**< Make sure that only one mDNS responder is run at the same time on the local machine. If this is enable Avahi will not set SO_REUSADDR on its sockets, effectively preventing other stacks from running on the local machine */
AvahiStringList *browse_domains; /**< Additional browsing domains */
int disable_publishing; /**< Disable publishing of any record */
+ int allow_point_to_point; /**< Enable publishing on POINTOPOINT interfaces */
} AvahiServerConfig;
/** Allocate a new mDNS responder object. */