summary refs log tree commit diff stats
path: root/tests/tpm-emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tpm-emu.h')
-rw-r--r--tests/tpm-emu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tpm-emu.h b/tests/tpm-emu.h
index 08f902485e..8eb802a79e 100644
--- a/tests/tpm-emu.h
+++ b/tests/tpm-emu.h
@@ -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;