diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-03-01 20:06:28 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-03-01 20:06:28 +0000 |
commit | ccd08060538f95756818f3a66281ebaaaffd7877 (patch) | |
tree | 79b882a688f3ad7749a831c9da617885f7f0539a /libexec/ftpd/monitor.h | |
parent | c1dee61f52fa8a7f3f31584298f292cf187fe8a6 (diff) |
- use proper log facility and priority in the slave sig handlers
- if the monitor decides to kill the slave, log that
ok millert@ moritz@
Diffstat (limited to 'libexec/ftpd/monitor.h')
-rw-r--r-- | libexec/ftpd/monitor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/monitor.h b/libexec/ftpd/monitor.h index 2c6012d4e1a..737156e2066 100644 --- a/libexec/ftpd/monitor.h +++ b/libexec/ftpd/monitor.h @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.h,v 1.4 2005/07/14 14:48:47 moritz Exp $ */ +/* $OpenBSD: monitor.h,v 1.5 2007/03/01 20:06:27 otto Exp $ */ /* * Copyright (c) 2004 Moritz Jodeit <moritz@openbsd.org> @@ -34,7 +34,7 @@ int monitor_pass(char *); int monitor_socket(int); int monitor_bind(int, struct sockaddr *, socklen_t); -void kill_slave(void); +void kill_slave(char *); void send_fd(int, int); int recv_fd(int); |