From 5dcd0f6ff8458786206bace673263bcc04b53edf Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 30 Oct 2005 21:22:05 +0000 Subject: make use of setproctitle() to change the process title of the daemon processes. This is especially useful to distuingish the main daemon and the chroot() helper process. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@908 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/chroot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-daemon/chroot.h') diff --git a/avahi-daemon/chroot.h b/avahi-daemon/chroot.h index 1255739..ea61c5a 100644 --- a/avahi-daemon/chroot.h +++ b/avahi-daemon/chroot.h @@ -24,7 +24,7 @@ #include -int avahi_chroot_helper_start(void); +int avahi_chroot_helper_start(const char *argv0); void avahi_chroot_helper_shutdown(void); int avahi_chroot_helper_get(const char *fname); -- cgit