summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-12-24 09:30:56 +0000
committerJeremy Allison <jra@samba.org>1997-12-24 09:30:56 +0000
commitaef2c5d69956c72f8b0bd2285283e8879ed8603d (patch)
tree79a4cd35313d1f4a88a067a0c004b27a13ebaa24 /source3/include
parent5cdb60bd93fcf97fa9ee1c42642237eb7d4c2083 (diff)
downloadsamba-aef2c5d69956c72f8b0bd2285283e8879ed8603d.tar.gz
samba-aef2c5d69956c72f8b0bd2285283e8879ed8603d.tar.bz2
samba-aef2c5d69956c72f8b0bd2285283e8879ed8603d.zip
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)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
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);