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

2012-04-24 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] [PATCH] keepalive: Add ability to disable keepalive messages

2012-04-24 Thread Jiri Denemark
On Tue, Apr 24, 2012 at 16:56:37 +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