]> xenbits.xensource.com Git - libvirt.git/commit
conf: use typedefs for enums in "src/conf/nwfilter_conf.h"
authorJulio Faracco <jcfaracco@gmail.com>
Sun, 11 May 2014 15:08:49 +0000 (12:08 -0300)
committerEric Blake <eblake@redhat.com>
Wed, 14 May 2014 15:49:57 +0000 (09:49 -0600)
commit5a2cd6a775ff3b95fbf1d18343e2fffa8ac903a5
tree695d5c1424de80515ca1fd47273620e78a5c52a0
parentcc4882f4ab470334b37e6dd8e65cba60c16e868a
conf: use typedefs for enums in "src/conf/nwfilter_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 network filter (nwfilter_conf) enums.

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