From 7cc91e67a3f4dc16bec63fbaac097719d401a578 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 11 Nov 2021 14:28:54 -0500 Subject: *: Convert quagga_signal_X to frr_signal_X Naming functions/data structures more appropriately for the project we are actually in. Signed-off-by: Donald Sharp --- lib/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/thread.c') diff --git a/lib/thread.c b/lib/thread.c index 5dbba6363d..7b223ed6de 100644 --- a/lib/thread.c +++ b/lib/thread.c @@ -1695,7 +1695,7 @@ struct thread *thread_fetch(struct thread_master *m, struct thread *fetch) do { /* Handle signals if any */ if (m->handle_signals) - quagga_sigevent_process(); + frr_sigevent_process(); pthread_mutex_lock(&m->mtx); -- cgit v1.2.3