diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-21 23:24:18 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-27 15:28:07 +0100 |
commit | ac61f650ae640c13beee9d48304d7939f700aa11 (patch) | |
tree | b512f8c4cdd63260bbbb1ee2d50807b98d99cab1 /source3/include | |
parent | 27f812f3a85ce21ca79143f59c823913f57fa507 (diff) | |
download | samba-ac61f650ae640c13beee9d48304d7939f700aa11.tar.gz samba-ac61f650ae640c13beee9d48304d7939f700aa11.tar.bz2 samba-ac61f650ae640c13beee9d48304d7939f700aa11.zip |
s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLD
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index c02a41a678..d625f98186 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7115,6 +7115,8 @@ SEC_DESC *get_nt_acl_no_snum( TALLOC_CTX *ctx, const char *fname); /* The following definitions come from smbd/process.c */ +void smbd_setup_sig_term_handler(void); +void smbd_setup_sig_hup_handler(void); bool srv_send_smb(int fd, char *buffer, bool do_encrypt); int srv_set_message(char *buf, int num_words, |