Move code around to satisfy t/stest linkage
[fio.git] / t / stest.c
index c1794843948392ba1ed1c48f08c2ac0519fcb1b1..0da8f2cf8670aad2cef31de9b0abedd5e86f1f93 100644 (file)
--- a/t/stest.c
+++ b/t/stest.c
@@ -6,6 +6,8 @@
 #include "../flist.h"
 
 FILE *f_err;
+struct timeval *fio_tv = NULL;
+unsigned int fio_debug = 0;
 
 #define MAGIC1 0xa9b1c8d2
 #define MAGIC2 0xf0a1e9b3
@@ -82,3 +84,7 @@ int main(int argc, char *argv[])
        scleanup();
        return 0;
 }
+
+void __dprint(int type, const char *str, ...)
+{
+}