]> git.ipfire.org Git - thirdparty/libvirt.git/commit
include: Fix 'Since' for new VIR_MIGRATE_PARAM_COMPRESSION_* macros
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 31 May 2023 09:02:21 +0000 (11:02 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 31 May 2023 17:20:33 +0000 (19:20 +0200)
commitc47e17689e3309e544b59f5a9eb7b9d668967787
treeec987eb0c61863febe06950653b64dc93337a34a
parent9222f35dc6917f00d166be3bb69ac4e5ff8536f0
include: Fix 'Since' for new VIR_MIGRATE_PARAM_COMPRESSION_* macros

In v9.3.0-98-g150ae3e62b two new macros were introduced:
VIR_MIGRATE_PARAM_COMPRESSION_ZLIB_LEVEL and
VIR_MIGRATE_PARAM_COMPRESSION_ZSTD_LEVEL. But both list 9.1.0 as
the version they were introduced in (this is because the patch
was sent in that release time frame). Change the version to the
current release.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
include/libvirt/libvirt-domain.h