Commit 8f30e18b authored by Daniel P. Berrangé's avatar Daniel P. Berrangé 💬
Browse files

Re-run 'go generate' for 12.6.0

parent 41c42b37
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1442,8 +1442,11 @@
#  if !LIBVIR_CHECK_VERSION(3, 9, 0)
#    define VIR_DOMAIN_LIFECYCLE_ACTION_COREDUMP_RESTART 5
#  endif
#  if !LIBVIR_CHECK_VERSION(12, 6, 0)
#    define VIR_DOMAIN_LIFECYCLE_ACTION_PRESERVE_RUNNING 6
#  endif
#  if !LIBVIR_CHECK_VERSION(3, 9, 0)
#    define VIR_DOMAIN_LIFECYCLE_ACTION_LAST 6
#    define VIR_DOMAIN_LIFECYCLE_ACTION_LAST 7
#  endif

/* enum virDomainMemoryFailureActionType */
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
#pragma once

#if !LIBVIR_CHECK_VERSION(0, 0, 1)
#  define LIBVIR_VERSION_NUMBER 12005000
#  define LIBVIR_VERSION_NUMBER 12006000
#endif

#if !LIBVIR_CHECK_VERSION(5, 8, 0)