]> xenbits.xensource.com Git - libvirt.git/commit
admin: Introduce virAdmClient client-side object
authorErik Skultety <eskultet@redhat.com>
Wed, 13 Apr 2016 08:35:26 +0000 (10:35 +0200)
committerErik Skultety <eskultet@redhat.com>
Mon, 2 May 2016 20:26:17 +0000 (22:26 +0200)
commit324945d99b9bf8436c62c1de557e69391657b5ed
tree2e12783cfcb94ed028c4505322b0d49c145d0bb6
parenta32135b3b120f9442c44d0e484daa92894233be0
admin: Introduce virAdmClient client-side object

Besides ID, the object also stores static data like connection transport and
connection timestamp, since once obtained a list of all clients connected to a
server, from user's perspective, it would be nice to know whether a given
client is remote or local only and when did it connect to the daemon.
Along with the object introduction, all necessary client-side methods necessary
to work with the object are added as well.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
include/libvirt/libvirt-admin.h
src/admin/admin_protocol.x
src/admin_protocol-structs
src/datatypes.c
src/datatypes.h
src/libvirt-admin.c
src/libvirt_admin_private.syms
src/libvirt_admin_public.syms