From e16d030c65ca97b1ba68b93ada93b1d4edde59d3 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sun, 25 Dec 2022 10:26:52 -0500 Subject: *: Convert THREAD_XXX macros to EVENT_XXX macros Signed-off-by: Donald Sharp --- lib/frr_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/frr_pthread.c') diff --git a/lib/frr_pthread.c b/lib/frr_pthread.c index eb4102cb82..0c7d2c475b 100644 --- a/lib/frr_pthread.c +++ b/lib/frr_pthread.c @@ -231,7 +231,7 @@ static void fpt_dummy(struct event *thread) /* poison pill task to end event loop */ static void fpt_finish(struct event *thread) { - struct frr_pthread *fpt = THREAD_ARG(thread); + struct frr_pthread *fpt = EVENT_ARG(thread); atomic_store_explicit(&fpt->running, false, memory_order_relaxed); } -- cgit v1.2.3