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/northbound_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/northbound_cli.c') diff --git a/lib/northbound_cli.c b/lib/northbound_cli.c index 87ce347b63..f480182c7f 100644 --- a/lib/northbound_cli.c +++ b/lib/northbound_cli.c @@ -302,7 +302,7 @@ int nb_cli_confirmed_commit_rollback(struct vty *vty) static void nb_cli_confirmed_commit_timeout(struct event *thread) { - struct vty *vty = THREAD_ARG(thread); + struct vty *vty = EVENT_ARG(thread); /* XXX: broadcast this message to all logged-in users? */ vty_out(vty, -- cgit v1.2.3