Re: [libvirt] [PATCH 06/12] rpc: Refactor keepalive timer code

2012-06-13 Thread Daniel P. Berrange
On Wed, Jun 13, 2012 at 01:29:24AM +0200, Jiri Denemark wrote: > The code that needs to be run every keepalive interval of inactivity was > only called from a timer and thus from the main event loop. We will need > to call the code directly from another place. > --- > src/rpc/virkeepalive.c | 57

[libvirt] [PATCH 06/12] rpc: Refactor keepalive timer code

2012-06-12 Thread Jiri Denemark
The code that needs to be run every keepalive interval of inactivity was only called from a timer and thus from the main event loop. We will need to call the code directly from another place. --- src/rpc/virkeepalive.c | 57 +--- 1 file changed, 35 ins