summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/chroot.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-30 21:22:05 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-30 21:22:05 +0000
commit5dcd0f6ff8458786206bace673263bcc04b53edf (patch)
tree3c24a43636ec7ce17a4d61fa1718ea5249ab947a /avahi-daemon/chroot.h
parentaedd4e87362371d83dd64d0bfb03ea3e5526607f (diff)
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
Diffstat (limited to 'avahi-daemon/chroot.h')
-rw-r--r--avahi-daemon/chroot.h2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
-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);