Re: [PATCH 3/6] util: vircommand: Add wrappers for virCommand error checking

2021-03-02 Thread Ján Tomko
On a Tuesday in 2021, Peter Krempa wrote: Extract the check and reporting of error from the individual virCommand APIs into a separate helper. This will aid future refactors. Signed-off-by: Peter Krempa --- src/util/vircommand.c | 143 ++ 1 file changed,

[PATCH 3/6] util: vircommand: Add wrappers for virCommand error checking

2021-03-02 Thread Peter Krempa
Extract the check and reporting of error from the individual virCommand APIs into a separate helper. This will aid future refactors. Signed-off-by: Peter Krempa --- src/util/vircommand.c | 143 ++ 1 file changed, 76 insertions(+), 67 deletions(-) diff