From 8e133abe5892f1fd6414b33e2fafc20734a3b5f4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 29 Sep 2005 16:25:44 +0000 Subject: reset the the commit throttling counter for entry groups 5s afer they have been established successfully git-svn-id: file:///home/lennart/svn/public/avahi/trunk@651 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avahi-core/server.h') diff --git a/avahi-core/server.h b/avahi-core/server.h index 3e439f9..1723250 100644 --- a/avahi-core/server.h +++ b/avahi-core/server.h @@ -88,6 +88,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); -- cgit