Re: [libvirt] [PATCH 1/3] conf: rename structs used by Export function

2018-08-03 Thread Andrea Bolognani
On Mon, 2018-07-30 at 10:07 -0400, Anya Harter wrote: > conf: rename structs used by Export function > > to be the name of the Export function followed by Data > > ex. for virInterfaceObjListExport, the struct is named > virInterfaceObjListExportData The title and body of the

[libvirt] [PATCH 1/3] conf: rename structs used by Export function

2018-07-30 Thread Anya Harter
to be the name of the Export function followed by Data ex. for virInterfaceObjListExport, the struct is named virInterfaceObjListExportData Signed-off-by: Anya Harter --- src/conf/virinterfaceobj.c | 6 +++--- src/conf/virnetworkobj.c | 6 +++--- src/conf/virsecretobj.c