idl: declare token array of storage_offload_token as in-line
authorRalph Boehme <slow@samba.org>
Fri, 18 Jun 2021 14:32:53 +0000 (16:32 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 8 Oct 2021 19:28:32 +0000 (19:28 +0000)
commit3afd4bd61033773312605102f7203ef54e2e0986
tree3412f2a3ed6c47ebc9858f36c058db40c6dc5af7
parent83ad7e01fc34d26cbe1a524d7f2ea3a60f2cbfb4
idl: declare token array of storage_offload_token as in-line

This ensures the order of the struct element is the same as in the IDL
definition. For an conformant array using the [sizeis(n)] syntax the sizeis
member is stored as first element in the marshall buffer.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/idl/ioctl.idl