]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage_file_probe: Move qcow2GetFeatures(ProcessGroup) functions
authorPeter Krempa <pkrempa@redhat.com>
Thu, 29 May 2025 08:12:05 +0000 (10:12 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 3 Jun 2025 11:11:03 +0000 (13:11 +0200)
commitcac833fccc81613a381ad1340b7c32dc6f03abbf
treeb2d9993d64c5d2240f9961288119726c299581c7
parente3778b99ee7d4f24ceffac37696065b98588d2a8
storage_file_probe: Move qcow2GetFeatures(ProcessGroup) functions

Move the two functions to where they will be used. Subsequent patches
will refactor the control flow so that they will no longer be declared
ahead of time. Moving them in a separate patch will make the changes in
the refactor more clear to see.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/storage_file/storage_file_probe.c