summaryrefslogtreecommitdiff
path: root/tests/lib/test_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/test_sig.c')
-rw-r--r--tests/lib/test_sig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_sig.c b/tests/lib/test_sig.c
index 897e004b40..b72bf6b1f0 100644
--- a/tests/lib/test_sig.c
+++ b/tests/lib/test_sig.c
@@ -36,7 +36,7 @@ struct frr_signal_t sigs[] = {{
}};
struct thread_master *master;
-struct thread t;
+struct event t;
int main(void)
{