summaryrefslogtreecommitdiff
path: root/librpc/idl/ioctl.idl
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2016-09-20 09:10:37 -0700
committerJeremy Allison <jra@samba.org>2016-09-22 20:40:08 +0200
commit0ad260e8f08b5f91e55468892e52dcfe9eee536a (patch)
tree9aecedc3d2394e347d784c8a417df92e8c1ade0c /librpc/idl/ioctl.idl
parentde7d7ac608889784965f2fec08f9a721f20d22eb (diff)
downloadsamba-0ad260e8f08b5f91e55468892e52dcfe9eee536a.tar.gz
idl/ioctl: fix DUPLICATE_EXTENTS_TO_FILE fid field
This idl was based on an earlier draft documentation version. The current documentation now shows: "SourceFileID (16 bytes): An SMB2_FILEID structure, as specified in [MS-SMB2] section 2.2.14.1, that is an identifier of the open to the source file.". Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc/idl/ioctl.idl')
-rw-r--r--librpc/idl/ioctl.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/librpc/idl/ioctl.idl b/librpc/idl/ioctl.idl
index dbeef14abbf..eb2dc8a4ea2 100644
--- a/librpc/idl/ioctl.idl
+++ b/librpc/idl/ioctl.idl
@@ -89,8 +89,7 @@ interface copychunk
} fsctl_offload_write_output;
typedef [public] struct {
- /* The FileHandle field is the volatile part of the fileid */
- hyper fid_volatile;
+ uint8 source_fid[16];
hyper source_off;
hyper target_off;
hyper byte_count;