]> git.ipfire.org Git - thirdparty/libvirt.git/commit
admin: Introduce virAdmConnectIsAlive
authorErik Skultety <eskultet@redhat.com>
Wed, 14 Oct 2015 13:10:02 +0000 (15:10 +0200)
committerErik Skultety <eskultet@redhat.com>
Mon, 30 Nov 2015 08:44:28 +0000 (09:44 +0100)
commit47a089f06c569d2a24eee239e92ab9966f06b1a7
tree6f25814044e3582c18881edf2ad021867cd3785c
parent6409578790c0cf4bd7a2342b5f845074e3e02c84
admin: Introduce virAdmConnectIsAlive

Since most of our APIs rely on an acive functional connection to a daemon and
we have such a mechanism in libvirt already, there's need to have such a way in
libvirt-admin as well. By introducing a new public API, this patch provides
support to check for an active connection.
include/libvirt/libvirt-admin.h
src/libvirt-admin.c
src/libvirt_admin_public.syms
tools/virt-admin.c