Re: [PATCH 06/10] vireventthread: add virEventThreadClose

2020-07-21 Thread Daniel P . Berrangé
On Tue, Jul 14, 2020 at 12:32:57PM +0300, Nikolay Shirokovskiy wrote: > virEventThreadClose is used when event loop thread should > be exited synchronously (which is not the case when event loop > is just unreferenced). > > Signed-off-by: Nikolay Shirokovskiy > --- > src/libvirt_private.syms |

[PATCH 06/10] vireventthread: add virEventThreadClose

2020-07-14 Thread Nikolay Shirokovskiy
virEventThreadClose is used when event loop thread should be exited synchronously (which is not the case when event loop is just unreferenced). Signed-off-by: Nikolay Shirokovskiy --- src/libvirt_private.syms | 1 + src/util/vireventthread.c | 9 + src/util/vireventthread.h | 1 + 3 fil