mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-02-01 17:50:07 +00:00
11 lines
177 B
Protocol Buffer
11 lines
177 B
Protocol Buffer
channel TestChannel {
|
|
message {
|
|
uint32 data_size;
|
|
uint64 *data[data_size] @marshall;
|
|
} ShortDataSubMarshall;
|
|
};
|
|
|
|
protocol Spice {
|
|
TestChannel main = 1;
|
|
};
|