libvirt/src/remote
Peter Krempa 6446a9e20c keepalive: Add ability to disable keepalive messages
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
2012-04-26 11:35:34 +02:00
..
qemu_protocol.x build: use correct type for pid and similar types 2012-03-02 06:57:43 -07:00
remote_driver.c keepalive: Add ability to disable keepalive messages 2012-04-26 11:35:34 +02:00
remote_driver.h maint: use gnulib configmake rather than open-coding things 2010-11-17 08:58:58 -07:00
remote_protocol.x Add support for the suspend event 2012-03-23 23:12:18 +08:00