Re: [PATCH 09/10] viruri: Introduce virURIParamsSetIgnore()

2023-02-07 Thread Peter Krempa
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 > --- >

[PATCH 09/10] viruri: Introduce virURIParamsSetIgnore()

2023-02-06 Thread Michal Privoznik
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 --- src/libvirt_private.syms | 1 + src/util/viruri.c| 18 ++