diff options
Diffstat (limited to 'src/spice-channel.c')
-rw-r--r-- | src/spice-channel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/spice-channel.c b/src/spice-channel.c index 3ccf452..ab38571 100644 --- a/src/spice-channel.c +++ b/src/spice-channel.c @@ -46,6 +46,8 @@ #include "gio-coroutine.h" +G_STATIC_ASSERT(sizeof(SpiceChannelClass) == sizeof(GObjectClass) + 19 * sizeof(gpointer)); + static void spice_channel_handle_msg(SpiceChannel *channel, SpiceMsgIn *msg); static void spice_channel_write_msg(SpiceChannel *channel, SpiceMsgOut *out); static void spice_channel_send_link(SpiceChannel *channel); |