Re: [libvirt] [PATCH 2/5] conf: changing all the enum network and interface structures into typedef's in src/conf/ directory.

2014-05-05 Thread Eric Blake
On 04/27/2014 06:15 PM, Julio Faracco wrote: In src/conf/ there are many enumeration (enum) structures like src/util directory. Sometimes, it's better using a typedef for variable types, function types and other usages. Other enumeration and folders will be changed to typedef's in the

[libvirt] [PATCH 2/5] conf: changing all the enum network and interface structures into typedef's in src/conf/ directory.

2014-04-27 Thread Julio Faracco
In src/conf/ there are many enumeration (enum) structures like src/util directory. Sometimes, it's better using 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