summaryrefslogtreecommitdiffstats
path: root/avahi-core/server.h
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-09-29 22:44:52 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-09-29 22:44:52 +0000
commit0d63b51f3750c8004417a069ea6b8590c72efc78 (patch)
treeeace22a30299520dc834728daaaada91f347488c /avahi-core/server.h
parent4483bcd6692d77449c017ccebbca47e6fa5e1f1a (diff)
* merged the throttling fix from rev 651
git-svn-id: file:///home/lennart/svn/public/avahi/branches/working-0.5.x@659 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/server.h')
-rw-r--r--avahi-core/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/avahi-core/server.h b/avahi-core/server.h
index 7384e98..01ee78b 100644
--- a/avahi-core/server.h
+++ b/avahi-core/server.h
@@ -84,6 +84,8 @@ struct AvahiSEntryGroup {
unsigned n_register_try;
struct timeval register_time;
AvahiTimeEvent *register_time_event;
+
+ struct timeval established_at;
AVAHI_LLIST_FIELDS(AvahiSEntryGroup, groups);
AVAHI_LLIST_HEAD(AvahiEntry, entries);