]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/tpm-emu.h
migration: use migration_is_active to represent active state
[mirror_qemu.git] / tests / tpm-emu.h
index 08f902485e15c34fbb8d12be34b299c593b963e3..a4f1d6422695ec7633b264ca6d27412bdc2ce940 100644 (file)
@@ -26,6 +26,7 @@ struct tpm_hdr {
 typedef struct TestState {
     GMutex data_mutex;
     GCond data_cond;
+    bool data_cond_signal;
     SocketAddress *addr;
     QIOChannel *tpm_ioc;
     GThread *emu_tpm_thread;
@@ -35,4 +36,4 @@ typedef struct TestState {
 void tpm_emu_test_wait_cond(TestState *s);
 void *tpm_emu_ctrl_thread(void *data);
 
-#endif /* TEST_TPM_EMU_H */
+#endif /* TESTS_TPM_EMU_H */