diff options
Diffstat (limited to 'tests/lib/test_segv.c')
-rw-r--r-- | tests/lib/test_segv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_segv.c b/tests/lib/test_segv.c index 3cf4cbad2..91c29c5ad 100644 --- a/tests/lib/test_segv.c +++ b/tests/lib/test_segv.c @@ -17,7 +17,7 @@ struct frr_signal_t sigs[] = {}; -struct thread_master *master; +struct event_master *master; void func1(int *arg); void func3(void); |