
2 Jun
2022
2 Jun
'22
7:46 a.m.
On Thu, Jun 02, 2022 at 09:17:52 +0200, Michal Privoznik wrote:
So far, we have functions that parse an enum, int, tristate bool, and what not but we have none for long long. Heavily inspired by virXMLPropInt(), introduce virXMLPropLongLong() for parsing long long attributes.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/libvirt_private.syms | 1 + src/util/virxml.c | 62 ++++++++++++++++++++++++++++++++++++++++ src/util/virxml.h | 9 ++++++ 3 files changed, 72 insertions(+)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>