]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: enum cleanups in "src/conf/domain_conf.h"
authorJulio Faracco <jcfaracco@gmail.com>
Sun, 1 Jun 2014 00:22:29 +0000 (21:22 -0300)
committerEric Blake <eblake@redhat.com>
Mon, 2 Jun 2014 21:20:22 +0000 (15:20 -0600)
commitd4dad16204a4effcdd4458223d3f66ca4767a022
treed5da032274d22fc9c65c9ced2749511d04d53a49
parent5443b15829daa0d41a99753a0f694f1adceaea9f
conf: enum cleanups in "src/conf/domain_conf.h"

In "src/conf/domain_conf.h" there are many enumerations (enum)
declarations to be converted as a typedef too. As mentioned before,
it's better to use a typedef for variable types, function types and
other usages. I think this file has most of those enum declarations
at "src/conf/". So, me and Eric Blake plan to keep the cleanups all
over the source code. This time, most of the files changed in this
commit are related to part of one file: "src/conf/domain_conf.h".

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_hotplug.c
src/security/security_dac.c