summaryrefslogtreecommitdiffstats
path: root/avahi-core/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-03 16:11:07 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-03 16:11:07 +0000
commit8d361c07a55685f6eee5209b30f46c392549ba42 (patch)
treeb200dc9c877f77e90edb9580d6c55d898eebfcbb /avahi-core/core.h
parent4ff0807c04fcc239de52a793bceb88e7f3408f3f (diff)
* add support for _workstation._tcp
* really fix #3455 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@93 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 9e2f66b..0a744f3 100644
--- a/avahi-core/core.h
+++ b/avahi-core/core.h
@@ -76,6 +76,7 @@ typedef struct AvahiServerConfig {
gboolean use_ipv6; /**< Enable IPv6 support */
gboolean register_hinfo; /**< Register a HINFO record for the host containing the local OS and CPU type */
gboolean register_addresses; /**< Register A, AAAA and PTR records for all local IP addresses */
+ gboolean register_workstation; /**< Register a _workstation._tcp service */
gboolean check_response_ttl; /**< If enabled the server ignores all incoming responses with IP TTL != 255 */
gboolean announce_domain; /**< Announce the local domain for browsing */
gboolean use_iff_running; /**< Require IFF_RUNNING on local network interfaces. This is the official way to check for link beat. Unfortunately this doesn't work with all drivers. So bettere leave this off. */