Skip to content

Commit

Permalink
tests: mark more coroutine_fns
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bonzini authored and kevmw committed Apr 25, 2023
1 parent 70bd77b commit 10bf10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test-thread-pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 10bf10a

Please sign in to comment.