Re: [Spice-devel] [PATCH spice-server 01/12] Remove red_pipe_add_verb family function

2016-10-19 Thread Frediano Ziglio
> > It seems that > > On Tue, 2016-10-18 at 10:09 +0100, Frediano Ziglio wrote: > > These functions were implementing the same stuff as empty > > messages functions provided by RedChannel so reuse them. > > > > The implementation seems a bit different but the result > > is the same.

Re: [Spice-devel] [PATCH spice-server 01/12] Remove red_pipe_add_verb family function

2016-10-18 Thread Jonathon Jongsma
It seems that  On Tue, 2016-10-18 at 10:09 +0100, Frediano Ziglio wrote: > These functions were implementing the same stuff as empty > messages functions provided by RedChannel so reuse them. > > The implementation seems a bit different but the result > is the same. Specifically: > -

[Spice-devel] [PATCH spice-server 01/12] Remove red_pipe_add_verb family function

2016-10-18 Thread Frediano Ziglio
These functions were implementing the same stuff as empty messages functions provided by RedChannel so reuse them. The implementation seems a bit different but the result is the same. Specifically: - RedEmptyMsgPipeItem::msg is int while RedVerbItem::verb was uint16_t however this data goes