]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: use typedefs for enums in "src/conf/storage_conf.h"
authorJulio Faracco <jcfaracco@gmail.com>
Sun, 11 May 2014 15:08:50 +0000 (12:08 -0300)
committerEric Blake <eblake@redhat.com>
Wed, 14 May 2014 16:18:35 +0000 (10:18 -0600)
commit1ce86e62e1111789e72a3d6697a68073522400db
tree622686b4a039ca72af33a4802104287441b52b1a
parent5a2cd6a775ff3b95fbf1d18343e2fffa8ac903a5
conf: use typedefs for enums in "src/conf/storage_conf.h"

In "src/conf/" there are many enumeration (enum) declarations.
Similar to the recent cleanup to "src/util" directory, it's
better to use a typedef for variable types, function types and
other usages. Other enumeration and folders will be changed to
typedef's in the future. Most of the files changed in this
commit are related to storage (storage_conf) enums.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
src/conf/domain_conf.h
src/conf/storage_conf.h
src/qemu/qemu_conf.c
src/storage/storage_driver.c
src/util/virstoragefile.h
tools/virsh-pool.c