summaryrefslogtreecommitdiffstats
path: root/tests/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers')
-rw-r--r--tests/helpers/c/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers/c/main.c b/tests/helpers/c/main.c
index 75d4e84a4..09f20e44b 100644
--- a/tests/helpers/c/main.c
+++ b/tests/helpers/c/main.c
@@ -14,7 +14,7 @@
extern void test_init(void);
-struct thread_master *master;
+struct event_master *master;
struct option longopts[] = {{"daemon", no_argument, NULL, 'd'},
{"config_file", required_argument, NULL, 'f'},