mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-30 18:00:25 +00:00
protocol: Removed unneeded type specifications
Default type is already uint8_t. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
60e0453698
commit
493475e012
@ -109,7 +109,7 @@ message Empty {
|
||||
} @declare;
|
||||
|
||||
message Data {
|
||||
uint8 data[] @end @ctype(uint8_t);
|
||||
uint8 data[] @end;
|
||||
} @nocopy @declare;
|
||||
|
||||
enum8 data_compression_type {
|
||||
@ -156,7 +156,7 @@ channel BaseChannel {
|
||||
message {
|
||||
uint32 id;
|
||||
uint64 timestamp;
|
||||
uint8 data[] @ctype(uint8_t) @as_ptr(data_len);
|
||||
uint8 data[] @as_ptr(data_len);
|
||||
} @declare ping;
|
||||
|
||||
message {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user