On Thu, Oct 24, 2019 at 03:56:28PM +0200, Peter Krempa wrote:
The function basically does two very distinct things depending on a
bool. As a first step of conversion split out the case when @dynamic is
true and implement it as a new function and convert all callers.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/libvirt_private.syms | 1 +
src/util/virbuffer.c | 26 +++++++++++++++++++++-----
src/util/virbuffer.h | 1 +
tests/virbuftest.c | 12 ++++++------
4 files changed, 29 insertions(+), 11 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano