Re: [Spice-devel] [PATCH vd_agent_linux] vdagent: Stop trying to connect to the daemon after a while

2018-11-19 Thread Victor Toso
Hi, On Mon, Nov 19, 2018 at 05:27:43AM -0500, Frediano Ziglio wrote: > > > > Hi, > > > > On Fri, 2018-11-16 at 16:21 +, Frediano Ziglio wrote: > > > Do not try indefinitely to connect to the daemon, should not > > > take long to activate. > > > > > > Signed-off-by: Frediano Ziglio > > >

Re: [Spice-devel] [PATCH vd_agent_linux] vdagent: Stop trying to connect to the daemon after a while

2018-11-19 Thread Frediano Ziglio
> > Hi, > > On Fri, 2018-11-16 at 16:21 +, Frediano Ziglio wrote: > > Do not try indefinitely to connect to the daemon, should not > > take long to activate. > > > > Signed-off-by: Frediano Ziglio > > --- > > src/vdagent/vdagent.c | 5 + > > 1 file changed, 5 insertions(+) > > > >

Re: [Spice-devel] [PATCH vd_agent_linux] vdagent: Stop trying to connect to the daemon after a while

2018-11-19 Thread Lukáš Hrázký
Hi, On Fri, 2018-11-16 at 16:21 +, Frediano Ziglio wrote: > Do not try indefinitely to connect to the daemon, should not > take long to activate. > > Signed-off-by: Frediano Ziglio > --- > src/vdagent/vdagent.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git

[Spice-devel] [PATCH vd_agent_linux] vdagent: Stop trying to connect to the daemon after a while

2018-11-16 Thread Frediano Ziglio
Do not try indefinitely to connect to the daemon, should not take long to activate. Signed-off-by: Frediano Ziglio --- src/vdagent/vdagent.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/vdagent/vdagent.c b/src/vdagent/vdagent.c index f7c8b72..e0228d7 100644 ---