From: Paolo Bonzini Date: Thu, 9 Mar 2023 08:44:54 +0000 (+0100) Subject: tests: mark more coroutine_fns X-Git-Tag: qemu-xen-4.20.0~785^2~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=10bf10a8e30663ba59ad31918eaa0b9ee3885fac;p=qemu-xen.git tests: mark more coroutine_fns Signed-off-by: Paolo Bonzini Message-Id: <20230309084456.304669-8-pbonzini@redhat.com> Reviewed-by: Kevin Wolf Signed-off-by: Kevin Wolf --- diff --git a/tests/unit/test-thread-pool.c b/tests/unit/test-thread-pool.c index 448fbf7e5f..1483e53473 100644 --- a/tests/unit/test-thread-pool.c +++ b/tests/unit/test-thread-pool.c @@ -70,7 +70,7 @@ static void test_submit_aio(void) g_assert_cmpint(data.ret, ==, 0); } -static void co_test_cb(void *opaque) +static void coroutine_fn co_test_cb(void *opaque) { WorkerTestData *data = opaque;