
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 and adds code to disable keepalives on negative/zero interval.
* src/libvirt.c: virConnectSetKeepAlive(): - remove check for negative values * src/rpc/virnetclient.c * src/rpc/virnetclient.h: - add virNetClientKeepAliveStop() to disable keepalive messages * src/remote/remote_driver.c: remoteSetKeepAlive(): -add ability to disable keepalives ---
ACK
Jirka
Thanks; pushed. Peter