| // Copyright 2020 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| library test.benchmarkfidl; | |
| alias koid = uint64; | |
| // Based on fuchsia.gpu.magma.Primary.ExecuteImmediateCommand. | |
| type ExecuteImmediateCommandsRequest = struct { | |
| context_id uint32; | |
| command_data bytes:2048; | |
| semaphores vector<koid>; | |
| }; |