[libvirt] [PATCH v4 03/13] Introduce virConnectSetKeepAlive

Daniel P. Berrange berrange at redhat.com
Mon Nov 7 20:04:58 UTC 2011


On Thu, Oct 27, 2011 at 06:05:39PM +0200, Jiri Denemark wrote:
> virConnectSetKeepAlive public API can be used by a client connecting to
> remote server to start using keepalive protocol. The API is handled
> directly by remote driver and not transmitted over the wire to the
> server.
> ---
> Notes:
>     Version 3 ACKed.
> 
>     Version 4:
>     - explicitly document the semantics of interval <= 0 and count = 0
>     
>     Version 3:
>     - remove virConnectAllowKeepAlive
>     - rename virConnectStartKeepAlive as virConnectSetKeepAlive
>     - add a note to virEventRegisterImpl that running the event loop
>       is mandatory once registered
>     
>     Version 2:
>     - no change
> 
>  include/libvirt/libvirt.h.in |    4 +++
>  src/driver.h                 |    5 +++
>  src/libvirt.c                |   57 ++++++++++++++++++++++++++++++++++++++++++
>  src/libvirt_internal.h       |   10 ++++++-
>  src/libvirt_public.syms      |    1 +
>  src/util/event.c             |    6 ++--
>  6 files changed, 78 insertions(+), 5 deletions(-)

ACK

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list