summary refs log tree commit diff stats
path: root/stubs/qtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/qtest.c')
-rw-r--r--stubs/qtest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/stubs/qtest.c b/stubs/qtest.c
index 891eb954fb..4666a49d7d 100644
--- a/stubs/qtest.c
+++ b/stubs/qtest.c
@@ -18,3 +18,8 @@ bool qtest_driver(void)
 {
     return false;
 }
+
+int64_t qtest_get_virtual_clock(void)
+{
+    return 0;
+}