]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: use typedefs for enums in "src/conf/snapshot_conf.h"
authorJulio Faracco <jcfaracco@gmail.com>
Sun, 11 May 2014 15:08:51 +0000 (12:08 -0300)
committerEric Blake <eblake@redhat.com>
Wed, 14 May 2014 16:26:29 +0000 (10:26 -0600)
commit660d661e8586846e9e12bf742e1766fbb14c904f
treee506d96eec1d5434ec715c91ac450c9e41dfe675
parent1ce86e62e1111789e72a3d6697a68073522400db
conf: use typedefs for enums in "src/conf/snapshot_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 snapshot (snapshot_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/snapshot_conf.h