]> xenbits.xensource.com Git - libvirt.git/commitdiff
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)
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

index 20467849a48d5a8f8e73fb1cbe5812a9e2cf7f12..a1902546bb3c0b2a499a843afbfecc4d9238b75c 100644 (file)
@@ -1329,7 +1329,7 @@ typedef enum {
  * VIR_TYPED_PARAM_INT. Accepted values are in range 0-9. 0 is no compression,
  * 1 is maximum speed and 9 is maximum compression.
  *
- * Since: 9.1.0
+ * Since: 9.4.0
  */
 # define VIR_MIGRATE_PARAM_COMPRESSION_ZLIB_LEVEL      "compression.zlib.level"
 
@@ -1340,7 +1340,7 @@ typedef enum {
  * VIR_TYPED_PARAM_INT. Accepted values are in range 0-20. 0 is no compression,
  * 1 is maximum speed and 20 is maximum compression.
  *
- * Since: 9.1.0
+ * Since: 9.4.0
  */
 # define VIR_MIGRATE_PARAM_COMPRESSION_ZSTD_LEVEL      "compression.zstd.level"