]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/dbus-internal.h
reconnect if the DBUS daemon kicks avahi-daemon. Since the DBUS system bus socket...
[catta] / avahi-daemon / dbus-internal.h
index f91407e4fc2fe8edf7903de589ce66fc167ff3a4..11c1094abf65c1e7055ad4f4bf8cccb71457a10e 100644 (file)
@@ -168,10 +168,14 @@ struct Client {
 };
 
 struct Server {
+    const AvahiPoll *poll_api;
     DBusConnection *bus;
     AVAHI_LLIST_HEAD(Client, clients);
     int n_clients;
     unsigned current_id;
+
+    AvahiTimeout *reconnect_timeout;
+    int reconnect;
 };
 
 extern Server *server;