Re: [libvirt] [PATCH 07/12] rpc: Add APIs for direct triggering of keepalive timer

2012-06-13 Thread Daniel P. Berrange
On Wed, Jun 13, 2012 at 01:29:25AM +0200, Jiri Denemark wrote: > Add virKeepAliveTimeout and virKeepAliveTrigger APIs that can be used to > set poll timeouts and trigger keepalive timer. virKeepAliveTrigger > checks if it is called to early and does nothing in that case. > --- > src/rpc/virkeepali

[libvirt] [PATCH 07/12] rpc: Add APIs for direct triggering of keepalive timer

2012-06-12 Thread Jiri Denemark
Add virKeepAliveTimeout and virKeepAliveTrigger APIs that can be used to set poll timeouts and trigger keepalive timer. virKeepAliveTrigger checks if it is called to early and does nothing in that case. --- src/rpc/virkeepalive.c | 61 src/rpc/vir