summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2017-06-02 13:09:41 +0200
committerRalph Boehme <slow@samba.org>2017-07-03 19:59:07 +0200
commitd6a8a79fcb08387133e3e9720000a72e2707c156 (patch)
treefa907da4cc0a475f1ce4c1506c140d601968333c /librpc
parente3cb6a936df1b52107081dfa817e18d55e473abf (diff)
downloadsamba-d6a8a79fcb08387133e3e9720000a72e2707c156.tar.gz
librpc/idl: make use storage_offload_token
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/ioctl.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/ioctl.idl b/librpc/idl/ioctl.idl
index e8918343929..ba68fbcb8f6 100644
--- a/librpc/idl/ioctl.idl
+++ b/librpc/idl/ioctl.idl
@@ -77,7 +77,7 @@ interface copychunk
uint32 size;
offload_flags flags;
hyper xfer_length;
- uint8 token[512];
+ storage_offload_token token;
} fsctl_offload_read_output;
typedef [public] struct {
@@ -86,7 +86,7 @@ interface copychunk
hyper file_offset;
hyper copy_length;
hyper xfer_offset;
- uint8 token[512];
+ storage_offload_token token;
} fsctl_offload_write_input;
typedef [public] struct {