]> xenbits.xensource.com Git - libvirt.git/commit
Introduce virConnectSetKeepAlive
authorJiri Denemark <jdenemar@redhat.com>
Thu, 22 Sep 2011 11:47:07 +0000 (13:47 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 24 Nov 2011 10:44:08 +0000 (11:44 +0100)
commit8d6e3edd0edaf950c47a5e7005a0eca73b50feed
tree19082cf650e7d6a21e1e78e2ef0e56d4305425f3
parent71b779a1ad8bc2b544cfc94dd949bc707ccda3a8
Introduce virConnectSetKeepAlive

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.
include/libvirt/libvirt.h.in
src/driver.h
src/libvirt.c
src/libvirt_internal.h
src/libvirt_public.syms
src/util/event.c