]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: alloc: Reimplement VIR_APPEND_ELEMENT_QUIET using virAppendElement
authorPeter Krempa <pkrempa@redhat.com>
Wed, 4 Aug 2021 07:25:23 +0000 (09:25 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 6 Aug 2021 06:53:25 +0000 (08:53 +0200)
commit8c22b28dbe1b5e8062869c58be129338760daa9a
treea25d5e31cd0ee05607f675d3b23f807429437168
parent592517636f653b1c009b92471b95bcb626336653
util: alloc: Reimplement VIR_APPEND_ELEMENT_QUIET using virAppendElement

For now it was an alias to VIR_APPEND_ELEMENT. Use virAppendElement
directly until VIR_APPEND_ELEMENT is refactored too and we'll be able to
get rid of VIR_APPEND_ELEMENT_QUIET completely.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/util/viralloc.h
tests/virfilewrapper.c
tests/virpcimock.c