librpc/idl: make use storage_offload_token
authorRalph Boehme <slow@samba.org>
Fri, 2 Jun 2017 11:09:41 +0000 (13:09 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 3 Jul 2017 17:59:07 +0000 (19:59 +0200)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
librpc/idl/ioctl.idl

index e89183439292c4750dec979bbb2536e4881ead65..ba68fbcb8f6f4a6399e6c076ec22aa73f6b5f287 100644 (file)
@@ -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 {