]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: migration: Use 'unsigned int' for flags
authorPeter Krempa <pkrempa@redhat.com>
Tue, 22 Nov 2022 12:03:39 +0000 (13:03 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 2 Dec 2022 15:18:37 +0000 (16:18 +0100)
commitb4f8313787d1684e4b5c59b46f1403d5a8aa52ae
tree94969ef981f9684e1b206f07b036d086edcc1f0a
parent2f8968ff7616e4d2350124a1a65fc7c21c4862ed
libxl: migration: Use 'unsigned int' for flags

Fix the type for few internal functions. Externally the APIs were
already limiting 'flags' to 'unsigned int'.

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