mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-27 15:08:16 +00:00
Make ping data @as_ptr to avoid copying data
This commit is contained in:
parent
98d3b1d5c3
commit
4b670111a0
@ -111,7 +111,7 @@ channel BaseChannel {
|
||||
message {
|
||||
uint32 id;
|
||||
uint64 timestamp;
|
||||
uint8 data[] @end @ctype(uint8_t);
|
||||
uint8 data[] @end @ctype(uint8_t) @as_ptr(data_len);
|
||||
} ping;
|
||||
|
||||
message {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user