summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
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 {