]> git.ipfire.org Git - thirdparty/libvirt.git/commit
admin: Introduce virAdmServer structure
authorErik Skultety <eskultet@redhat.com>
Thu, 13 Aug 2015 14:20:27 +0000 (16:20 +0200)
committerErik Skultety <eskultet@redhat.com>
Wed, 17 Feb 2016 11:46:34 +0000 (12:46 +0100)
commitc50a834b8031cc938cdd62cc7e9928c79af641f2
tree71a4c23e417cf58abeb022e78065d8e3db5d4573
parent159a37f6594a7ca7cd756327a8b6435b07cdeb9d
admin: Introduce virAdmServer structure

This is the key structure of all management operations performed on the
daemon/clients. An admin client needs to be able to identify
another client (either admin or non-privileged client) to perform an
action on it. This identification includes a server the client is
connected to, thus a client-side representation of a server is needed.

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_private.syms