From 2ad1dff5392e1626d714f49346ee20fb74e742ae Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 24 Apr 2006 01:48:56 +0000 Subject: reconnect if the DBUS daemon kicks avahi-daemon. Since the DBUS system bus socket resides outside the chroot() environment this will definitely fail if you enable chroot(). In short: this is probably not what most people want to use. (closes #25) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1197 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/dbus-protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-daemon/dbus-protocol.h') diff --git a/avahi-daemon/dbus-protocol.h b/avahi-daemon/dbus-protocol.h index d23b524..d4404f2 100644 --- a/avahi-daemon/dbus-protocol.h +++ b/avahi-daemon/dbus-protocol.h @@ -22,7 +22,7 @@ USA. ***/ -int dbus_protocol_setup(const AvahiPoll *poll_api, int disable_user_service_publishing); +int dbus_protocol_setup(const AvahiPoll *poll_api, int disable_user_service_publishing, int force); void dbus_protocol_shutdown(void); void dbus_protocol_server_state_changed(AvahiServerState state); -- cgit