]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Rename virDomainCapsFeature to virDomainProcessCapsFeature
authorPeter Krempa <pkrempa@redhat.com>
Fri, 25 Oct 2019 12:50:15 +0000 (14:50 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Nov 2019 13:37:59 +0000 (14:37 +0100)
commitd95eded4bbd52f23c9da36ac0b8bdbce13e38349
tree8a72020ec3ac02c6daa430a53814b1224b41e90b
parent2ac56edbf8e977d17eefde155eac8609ea8f33a6
conf: Rename virDomainCapsFeature to virDomainProcessCapsFeature

The enum name sounds too generic. It in fact describes the capabilities
of the process, thus add 'Process' to the name.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/lxc/lxc_cgroup.c
src/lxc/lxc_container.c
src/lxc/lxc_native.c