Go to file
Frediano Ziglio 21edc8611d proto: Fix typo in message name
RecoderChannel::data message is the same as PlaybackChannel::data
one.
This fixed compilation of spice-gtk using updated spice-common.

Before generating the messages automatically the definition was:

  typedef struct SpiceMsgPlaybackPacket {
      uint32_t time;
      uint8_t *data;
      uint32_t data_size;
  } SpiceMsgPlaybackPacket, SpiceMsgcRecordPacket;

so both messages were defined as struct SpiceMsgPlaybackPacket with
SpiceMsgcRecordPacket an alias to it.

But spice.proto for RecordChannel::data was changed from
SpiceMsgcRecordPacket (the alias) to SpiceMsgcPlaybackPacket
defining a new structure and breaking the alias.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
2019-04-03 10:00:42 +01:00
build-aux build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
common log: Let gcc know about the logging macros which abort 2019-04-01 17:33:17 +01:00
docs docs: add spice URI scheme 2019-02-21 14:22:18 +00:00
m4 Remove obsolete Autoconf macros 2019-01-30 13:14:40 +00:00
python_modules codegen: Allows to generate C declarations automatically 2019-03-18 13:01:58 +00:00
tests test-marshallers: Fix header guard 2019-03-29 16:58:16 +01:00
.gitlab-ci.yml ci: Remove dependencies from copr build 2019-03-12 12:43:38 +00:00
.gitmodules Integrate recorder library 2019-01-23 14:44:19 +00:00
.gitpublish Add a .gitpublish 2019-01-15 17:35:51 +04:00
autogen.sh Remove files moved to spice-protocol 2015-08-11 10:26:06 +02:00
configure.ac build: Add new check for recorder library 2019-04-03 09:32:46 +01:00
COPYING Remove trailing whitespace 2015-12-18 11:41:15 +01:00
git.mk build: Update git.mk to latest version 2018-06-18 14:08:03 +01:00
Makefile.am proto: Remove support for SPICE version 1 2018-09-28 09:00:03 +01:00
meson_options.txt meson: switch smartcard option to auto feature 2019-02-13 14:20:03 -02:00
meson.build build: Add new check for recorder library 2019-04-03 09:32:46 +01:00
spice_codegen.py codegen: Allows to generate C declarations automatically 2019-03-18 13:01:58 +00:00
spice.proto proto: Fix typo in message name 2019-04-03 10:00:42 +01:00