diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-19 14:27:20 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-12-19 14:53:29 +0100 |
commit | 4abdd3981e9688aaaf19173182ace7b1fdf93f6d (patch) | |
tree | 3151ce944a9e04956a29f2cc315832127f06fb57 /source3/include | |
parent | 1aff97bc48844afba5de48447fdcdcc02d163a97 (diff) | |
download | samba-4abdd3981e9688aaaf19173182ace7b1fdf93f6d.tar.gz samba-4abdd3981e9688aaaf19173182ace7b1fdf93f6d.tar.bz2 samba-4abdd3981e9688aaaf19173182ace7b1fdf93f6d.zip |
Pass "bytes_alignment" up through cli_request_send
This parameter makes smb_spice_chain add padding before the bytes field
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/async_smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/async_smb.h b/source3/include/async_smb.h index 25fd353632..fd0b0d2c53 100644 --- a/source3/include/async_smb.h +++ b/source3/include/async_smb.h @@ -119,6 +119,7 @@ struct async_req *cli_request_send(TALLOC_CTX *mem_ctx, uint8_t smb_command, uint8_t additional_flags, uint8_t wct, const uint16_t *vwv, + size_t bytes_alignment, uint16_t num_bytes, const uint8_t *bytes); bool cli_chain_cork(struct cli_state *cli, struct event_context *ev, |