From 7addead62ad76bfad74d1970cea2b73450f98973 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 22 Aug 2006 01:44:27 +0000 Subject: documentation update git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1257 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/defs.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/avahi-common/defs.h b/avahi-common/defs.h index 89df59d..4efa5ad 100644 --- a/avahi-common/defs.h +++ b/avahi-common/defs.h @@ -102,8 +102,10 @@ * states they might not be accessible since the local host name is * not established. * - Remove your services when the server enters - * AVAHI_SERVER_COLLISION state. Your services may no be reachable - * anymore since the local host name is no longer established. + * AVAHI_SERVER_COLLISION or AVAHI_SERVER_REGISTERING state. Your + * services may no be reachable anymore since the local host name is + * no longer established or is currently in the process of being + * established. * - When registering services, use the following algorithm: * - Create a new entry group (i.e. avahi_entry_group_new()) * - Add your service(s)/additional host names (i.e. avahi_entry_group_add_service()) -- cgit