
6 Jan
2023
6 Jan
'23
12:11 p.m.
On Thu, Jan 05, 2023 at 05:30:04PM +0100, Peter Krempa wrote:
The function currently didn't have a return value. Returning the 'virLockGuard' struct allows the callers to use automatic unlocking of the mutex.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/remote/remote_driver.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>