From: Christophe Fergeau <cfergeau@xxxxxxxxxx> This is a bit artificial as this is not a real 'PipeItem', but it will allow us to make it use the common base class for refcounted pipe items. --- server/reds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/reds.c b/server/reds.c index 792e45f..1c37627 100644 --- a/server/reds.c +++ b/server/reds.c @@ -167,9 +167,9 @@ struct ChannelSecurityOptions { }; typedef struct VDIReadBuf { - RedCharDeviceVDIPort *dev; RingItem link; uint32_t refs; + RedCharDeviceVDIPort *dev; int len; uint8_t data[SPICE_AGENT_MAX_DATA_SIZE]; -- 2.4.11 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel