
7 Feb
2023
7 Feb
'23
3:55 a.m.
On Mon, Feb 06, 2023 at 10:16:57 +0100, Michal Privoznik wrote:
The aim of this helper is to manipulate the .ignore value for given list of parameters. For instance:
virURIParamsSetIgnore(uri, false, {"mode", "socket", NULL});
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/libvirt_private.syms | 1 + src/util/viruri.c | 18 ++++++++++++++++++ src/util/viruri.h | 2 ++ 3 files changed, 21 insertions(+)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>