]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virDomainTimerCatchupDef: Change members to 'unsigned long long'
authorPeter Krempa <pkrempa@redhat.com>
Wed, 5 Oct 2022 13:47:49 +0000 (15:47 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 2 Nov 2022 08:20:58 +0000 (09:20 +0100)
commita9294713d83be2e77fcf0340e81dddf4ab2916ee
treea636a72601c593e92ebb54d562468c8703ab7ae3
parent1de6fd5edb5708995665a630a6b7b2a16eb05b2a
virDomainTimerCatchupDef: Change members to 'unsigned long long'

The struct used 'unsigned long' variables which we try to avoid due to
being different size on different architectures.

Convert the struct and use virXMLPropULongLong instead of virXPathULong
when parsing the XML.

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