From aef2c5d69956c72f8b0bd2285283e8879ed8603d Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 24 Dec 1997 09:30:56 +0000 Subject: Added SIGUSR1/SIGUSR2 handling. Sending nmbd/smbd a SIGUSR1 will raise the debug level by one (capped at 10) sending a SIGUSR2 will lower it (lower limit at zero). Jeremy. (This used to be commit 6a3cb6f4b46129e4d799a24d34cdb9460ed8910f) --- source3/include/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 7c2966b64f..1245b21039 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1368,6 +1368,8 @@ BOOL user_in_list(char *user,char *list); /*The following definitions come from util.c */ +int sig_usr2(void); +int sig_usr1(void); void setup_logging(char *pname,BOOL interactive); void reopen_logs(void); char *tmpdir(void); -- cgit