Re: [libvirt PATCH 05/11] src: introduce an abstraction for running event loops

2020-02-14 Thread Daniel P . Berrangé
On Fri, Feb 14, 2020 at 12:52:03PM +, Daniel P. Berrangé wrote: > We want a way to easily run a private GMainContext in a > thread, with correct synchronization between startup > and shutdown of the thread. > > Signed-off-by: Daniel P. Berrangé > --- > po/POTFILES.in| 1 + >

[libvirt PATCH 05/11] src: introduce an abstraction for running event loops

2020-02-14 Thread Daniel P . Berrangé
We want a way to easily run a private GMainContext in a thread, with correct synchronization between startup and shutdown of the thread. Signed-off-by: Daniel P. Berrangé --- po/POTFILES.in| 1 + src/libvirt_private.syms | 5 ++ src/util/Makefile.inc.am | 2 +