]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virstoragefile: refactor virStorageFileMatchesNNN methods
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 26 Jul 2016 17:10:41 +0000 (18:10 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 27 Jul 2016 17:55:33 +0000 (18:55 +0100)
commit970f42ab42b6dee68917f3492f9378035c5505c0
tree519a5f27d29ab6c80f13c3de8ab710081a7a81e4
parentcd9fcc8be7dcb9126d70f744ce54b0b742eeefb8
virstoragefile: refactor virStorageFileMatchesNNN methods

Refactor the virStorageFileMatchesNNN methods so that
they don't take a struct FileFormatInfo parameter, but
instead get the actual raw dat items they needs. This
will facilitate reuse in other contexts.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/virstoragefile.c