Add a "bytes_padding" parameter to smb_splice_chain
authorVolker Lendecke <vl@samba.org>
Sun, 16 Nov 2008 17:02:17 +0000 (18:02 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 8 Dec 2008 21:09:33 +0000 (22:09 +0100)
commited25c6c287ca4f5d019d5f0012b1ff40d5e8e328
treeb5ba1d9a69c4ffeef0658aff77f12691079c3be2
parentf0bb53dd0fc0d8b2191eda7fc857f146093e0f83
Add a "bytes_padding" parameter to smb_splice_chain

For example open&x and write&x needs the bytes to be aligned relative to the
SMB header. In particular for write&x we should not have to move stuff around.
source3/include/async_smb.h
source3/libsmb/async_smb.c