]> xenbits.xensource.com Git - libvirt.git/commit
conf: rename structs used by Export function
authorAnya Harter <aharter@redhat.com>
Mon, 13 Aug 2018 15:55:14 +0000 (11:55 -0400)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 14 Aug 2018 10:41:26 +0000 (12:41 +0200)
commit5efc8d0caaea84a5f8c844e860d9dab24a9b33a0
tree30048413e08ba77dbae15b99735fcb87ff566ccb
parentd8826129fd30a9dfe96d5dad4144a14fd5ae690e
conf: rename structs used by Export function

name structs to be the name of the Export function followed by Data
also tweak definitions to follow standard struct definition pattern

    ex. for virInterfaceObjListExport, the struct is defined as follows:

        typedef struct _virInterfaceObjListExportData virInterfaceObjListExportData;
        typedef virInterfaceObjListExportData *virInterfaceObjListExportDataPtr;
        struct _virInterfaceObjListExportData {...};

Signed-off-by: Anya Harter <aharter@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/conf/virinterfaceobj.c
src/conf/virnetworkobj.c
src/conf/virnodedeviceobj.c
src/conf/virsecretobj.c
src/conf/virstorageobj.c