spice-common/tests/test-marshallers.proto
Christophe Fergeau 523875d8c5 Add marshaller test case
This allows to test the spice_marshaller_linearize() fix which was sent
recently.
2015-09-15 17:48:59 +02:00

11 lines
177 B
Protocol Buffer

channel TestChannel {
message {
uint32 data_size;
uint64 *data[data_size] @marshall;
} ShortDataSubMarshall;
};
protocol Spice {
TestChannel main = 1;
};