smb2_server: move struct msghdr to smbd_smb2_send_queue
authorStefan Metzmacher <metze@samba.org>
Wed, 30 Sep 2020 21:42:48 +0000 (23:42 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 6 Sep 2023 20:31:04 +0000 (20:31 +0000)
commit3fc358275693a1dc44f2d03b43b68d1ee7f1ec14
tree46cc35f55d1b18f36dcf7233bcb09305dd4c9b82
parent02df6bda4902524d9fbcc961287779b3e770be2f
smb2_server: move struct msghdr to smbd_smb2_send_queue

The main reason is the preparation of io_uring support,
as it can't be on the stack for async operations.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Sep  6 20:31:04 UTC 2023 on atb-devel-224
source3/smbd/globals.h
source3/smbd/smb2_server.c