summaryrefslogtreecommitdiffstats
path: root/avahi-core/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-03 22:25:32 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-03 22:25:32 +0000
commitc38b02743d3a21112947af6689f34c1f00853c05 (patch)
treef0107adee4f39baae057db397b33b16838bf1c3b /avahi-core/core.h
parentb78eacbd64af799754684e3fe3569f0ba4ec92f3 (diff)
* drop AVAHI_ENTRY_GROUP_SLEEPING
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@218 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/core.h')
-rw-r--r--avahi-core/core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/avahi-core/core.h b/avahi-core/core.h
index aa6b809..25e9c0a 100644
--- a/avahi-core/core.h
+++ b/avahi-core/core.h
@@ -83,8 +83,7 @@ typedef enum {
AVAHI_ENTRY_GROUP_UNCOMMITED = -1, /**< The group has not yet been commited, the user must still call avahi_entry_group_commit() */
AVAHI_ENTRY_GROUP_REGISTERING = 0, /**< The entries of the group are currently being registered */
AVAHI_ENTRY_GROUP_ESTABLISHED, /**< The entries have successfully been established */
- AVAHI_ENTRY_GROUP_COLLISION, /**< A name collision for one of the entries in the group has been detected, the entries have been withdrawn */
- AVAHI_ENTRY_GROUP_SLEEPING /**< Rate limiting of probe packets is active */
+ AVAHI_ENTRY_GROUP_COLLISION /**< A name collision for one of the entries in the group has been detected, the entries have been withdrawn */
} AvahiEntryGroupState;
/** Prototype for callback functions which are called whenever the state of an AvahiServer object changes */