mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
tests: mark more coroutine_fns
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20230309084456.304669-8-pbonzini@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
70bd77bea5
commit
10bf10a8e3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue