From 2bde9636888067210dc38523b6fafaa0b179ec3b Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Tue, 15 Jan 2013 17:22:58 +0100 Subject: 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 --- source3/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript_build') 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()) -- cgit