aboutsummaryrefslogtreecommitdiff
path: root/qemu-thread-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-thread-win32.h')
-rw-r--r--qemu-thread-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu-thread-win32.h b/qemu-thread-win32.h
index 2983490a58..b9d1be8478 100644
--- a/qemu-thread-win32.h
+++ b/qemu-thread-win32.h
@@ -19,4 +19,7 @@ struct QemuThread {
unsigned tid;
};
+/* Only valid for joinable threads. */
+HANDLE qemu_thread_get_handle(QemuThread *thread);
+
#endif