]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virstorageobj: Move virStoragePoolObjSourceFindDuplicate and friends up
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 17 Aug 2018 12:50:59 +0000 (14:50 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 4 Sep 2018 08:11:40 +0000 (10:11 +0200)
commitd13009007c1bb807252c3c3a3774f22b919046a4
tree7466d434f7d9c1effe793c06f8fe14b0604f4e48
parent4391b5222f84ac05650d3aa3dfbdee6d90de5ef6
virstorageobj: Move virStoragePoolObjSourceFindDuplicate and friends up

This function is going to be made static in used in
virStoragePoolObjAssignDef(). Therefore move it and all the
static functions it calls a few lines up.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/conf/virstorageobj.c