diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 15:18:12 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 18:09:33 +0200 |
commit | 75b4dfd14d4dac5268c01351768b2317fcce34fb (patch) | |
tree | 7fc41eea36749fb3502c30d75522a152325a8e2b /source3/include/proto.h | |
parent | 5281e6294112a521e2c9603f1617b18107480973 (diff) | |
download | samba-75b4dfd14d4dac5268c01351768b2317fcce34fb.tar.gz samba-75b4dfd14d4dac5268c01351768b2317fcce34fb.tar.bz2 samba-75b4dfd14d4dac5268c01351768b2317fcce34fb.zip |
s3: Lift the smbd_messaging_context from smbd_setup_sig_hup_handler
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 83bc6525aa..8c432d26fa 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5545,7 +5545,8 @@ struct security_descriptor *get_nt_acl_no_snum( TALLOC_CTX *ctx, const char *fna /* The following definitions come from smbd/process.c */ void smbd_setup_sig_term_handler(void); -void smbd_setup_sig_hup_handler(void); +void smbd_setup_sig_hup_handler(struct tevent_context *ev, + struct messaging_context *msg_ctx); bool srv_send_smb(int fd, char *buffer, bool no_signing, uint32_t seqnum, bool do_encrypt, |