aboutsummaryrefslogtreecommitdiff
path: root/qemu-coroutine-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-coroutine-int.h')
-rw-r--r--qemu-coroutine-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-coroutine-int.h b/qemu-coroutine-int.h
index d495615cf6..0f1bd80a8d 100644
--- a/qemu-coroutine-int.h
+++ b/qemu-coroutine-int.h
@@ -37,7 +37,7 @@ struct Coroutine {
CoroutineEntry *entry;
void *entry_arg;
Coroutine *caller;
- QLIST_ENTRY(Coroutine) pool_next;
+ QSLIST_ENTRY(Coroutine) pool_next;
QTAILQ_ENTRY(Coroutine) co_queue_next;
};