]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: use typedefs for enums in "src/conf/{network,interface}_conf.h"
authorJulio Faracco <jcfaracco@gmail.com>
Mon, 28 Apr 2014 00:15:22 +0000 (21:15 -0300)
committerEric Blake <eblake@redhat.com>
Mon, 5 May 2014 22:04:53 +0000 (16:04 -0600)
commit6000705ab191d91adf77b65ce7e4ff63b0582462
treed3444c1bcaf4cf5be1523ee2a74b44eaf3d0cef7
parent00ee955d0835243e663566e6b901350b0072b82f
conf: use typedefs for enums in "src/conf/{network,interface}_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 reltaed to Network (network_conf.* and interface_conf.*) enums.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
src/conf/interface_conf.c
src/conf/interface_conf.h
src/conf/network_conf.c
src/conf/network_conf.h
src/network/bridge_driver.c