On Mon, 11/06 17:46, Peter Xu wrote: > @@ -4294,6 +4366,11 @@ static GMainContext *monitor_io_context_get(void) > return iothread_get_g_main_context(mon_global.mon_iothread); > } > > +static AioContext *monitor_aio_context_get(void) > +{ > + return iothread_get_aio_context(mon_global.mon_iothread); > +} > +
This hunk fits better in patch 10, I think? > static void monitor_iothread_init(void) > { > mon_global.mon_iothread = iothread_create("monitor_iothread", Fam