librpc/idl: fix STORAGE_OFFLOAD_TOKEN_TYPE_ZERO_DATA definition
authorRalph Boehme <slow@samba.org>
Fri, 2 Jun 2017 11:06:31 +0000 (13:06 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 3 Jul 2017 17:59:07 +0000 (19:59 +0200)
STORAGE_OFFLOAD_TOKEN_TYPE_ZERO_DATA is defined as 0xffff0001 in MS-FSCC
2.3.79.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
librpc/idl/ioctl.idl

index 17dfdf802a080efb3fac0adc27ddba2021bade4f..e89183439292c4750dec979bbb2536e4881ead65 100644 (file)
@@ -49,8 +49,8 @@ interface copychunk
                uint8 reserved[2];
        } device_copy_offload_descriptor;
 
-       /* XXX: 0x00000001 is unconfirmed */
-       const uint32 STORAGE_OFFLOAD_TOKEN_TYPE_ZERO_DATA = 0x00000001;
+       const uint32 STORAGE_OFFLOAD_TOKEN_TYPE_ZERO_DATA = 0xffff0001;
+
        typedef [public] struct {
                uint32 token_type;
                uint8 reserved[2];