Re: [PATCH 02/10] util: always initialize priority condition

2020-07-21 Thread Daniel P . Berrangé
On Tue, Jul 14, 2020 at 12:32:53PM +0300, Nikolay Shirokovskiy wrote: > Even if we have no priority threads on pool creation we can add them thru > virThreadPoolSetParameters later. > > Signed-off-by: Nikolay Shirokovskiy > --- > src/util/virthreadpool.c | 22 +++--- > 1 file cha

[PATCH 02/10] util: always initialize priority condition

2020-07-14 Thread Nikolay Shirokovskiy
Even if we have no priority threads on pool creation we can add them thru virThreadPoolSetParameters later. Signed-off-by: Nikolay Shirokovskiy --- src/util/virthreadpool.c | 22 +++--- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/src/util/virthreadpool.c b/src/