From 8d361c07a55685f6eee5209b30f46c392549ba42 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 3 Jun 2005 16:11:07 +0000 Subject: * add support for _workstation._tcp * really fix #3455 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@93 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'avahi-core/core.h') 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. */ -- cgit