Re: [libvirt] [PATCHv3] keepalive: Add ability to disable keepalive messages

2012-04-26 Thread Peter Krempa
On 04/25/2012 04:41 PM, Jiri Denemark wrote: On Wed, Apr 25, 2012 at 16:18:07 +0200, Peter Krempa wrote: The docs for virConnectSetKeepAlive() advertise that this function should be able to disable keepalives on negative or zero interval time. This patch removes the check that prohibited this

[libvirt] [PATCHv3] keepalive: Add ability to disable keepalive messages

2012-04-25 Thread Peter Krempa
The docs for virConnectSetKeepAlive() advertise that this function should be able to disable keepalives on negative or zero interval time. This patch removes the check that prohibited this and adds code to disable keepalives on negative/zero interval. * src/libvirt.c: virConnectSetKeepAlive(): -

Re: [libvirt] [PATCHv3] keepalive: Add ability to disable keepalive messages

2012-04-25 Thread Jiri Denemark
On Wed, Apr 25, 2012 at 16:18:07 +0200, Peter Krempa wrote: The docs for virConnectSetKeepAlive() advertise that this function should be able to disable keepalives on negative or zero interval time. This patch removes the check that prohibited this and adds code to disable keepalives on