diff options
Diffstat (limited to 'qemu-coroutine-int.h')
-rw-r--r-- | qemu-coroutine-int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-coroutine-int.h b/qemu-coroutine-int.h index 64915c2fa5..d495615cf6 100644 --- a/qemu-coroutine-int.h +++ b/qemu-coroutine-int.h @@ -38,6 +38,7 @@ struct Coroutine { void *entry_arg; Coroutine *caller; QLIST_ENTRY(Coroutine) pool_next; + QTAILQ_ENTRY(Coroutine) co_queue_next; }; Coroutine *qemu_coroutine_new(void); |