Re: [Spice-devel] [PATCH spice-streaming-agent v2 1/2] Move reading stream messages into a function

2018-02-22 Thread Lukáš Hrázký
On Thu, 2018-02-22 at 18:56 +0100, Christophe de Dinechin wrote: > > On 22 Feb 2018, at 18:41, Lukáš Hrázký wrote: > > > > Signed-off-by: Lukáš Hrázký > > --- > > src/spice-streaming-agent.cpp | 31 +-- > > 1 file changed, 21 insertions(+), 10 deletions(-) > > > > dif

Re: [Spice-devel] [PATCH spice-streaming-agent v2 1/2] Move reading stream messages into a function

2018-02-22 Thread Christophe de Dinechin
> On 22 Feb 2018, at 18:41, Lukáš Hrázký wrote: > > Signed-off-by: Lukáš Hrázký > --- > src/spice-streaming-agent.cpp | 31 +-- > 1 file changed, 21 insertions(+), 10 deletions(-) > > diff --git a/src/spice-streaming-agent.cpp b/src/spice-streaming-agent.cpp > index

[Spice-devel] [PATCH spice-streaming-agent v2 1/2] Move reading stream messages into a function

2018-02-22 Thread Lukáš Hrázký
Signed-off-by: Lukáš Hrázký --- src/spice-streaming-agent.cpp | 31 +-- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/src/spice-streaming-agent.cpp b/src/spice-streaming-agent.cpp index aeee5d3..20ac1f4 100644 --- a/src/spice-streaming-agent.cpp +++ b