diff options
author | David Disseldorp <ddiss@suse.de> | 2013-01-15 17:22:58 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-01-16 23:15:06 +0100 |
commit | 2bde9636888067210dc38523b6fafaa0b179ec3b (patch) | |
tree | 27a1e964d0dd8788837dce96e976752ab30cb1cf /source3/wscript_build | |
parent | 14bd6c8b0954ad58ac4e3e157835594c26bfa97a (diff) | |
download | samba-2bde9636888067210dc38523b6fafaa0b179ec3b.tar.gz samba-2bde9636888067210dc38523b6fafaa0b179ec3b.tar.xz samba-2bde9636888067210dc38523b6fafaa0b179ec3b.zip |
smb2_ioctl: add FSCTL_SRV_REQUEST_RESUME_KEY support
Use existing ioctl IDL infrastructure for marshalling. Support for this
ioctl is a prerequisite for FSCTL_SRV_COPYCHUNK handling.
The client-opaque resume key is constructed using the server side
dev/inode file identifier.
Reviewed by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 2f26c0308a..2e07fad796 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -981,6 +981,7 @@ bld.SAMBA3_LIBRARY('smbd_base', ccan-hash NDR_SMB_ACL netapi + NDR_IOCTL ''' + bld.env['dmapi_lib'], private_library=True, vars=locals()) |