From de2754be3a2658363828eeb3a83579ad3bad0f99 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sun, 11 Dec 2022 07:51:16 -0500 Subject: *: Convert thread_fetch and thread_call to event_fetch and event_call Signed-off-by: Donald Sharp --- tests/lib/test_grpc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/lib/test_grpc.cpp') diff --git a/tests/lib/test_grpc.cpp b/tests/lib/test_grpc.cpp index 9a0e240632..c09bdd05dd 100644 --- a/tests/lib/test_grpc.cpp +++ b/tests/lib/test_grpc.cpp @@ -546,8 +546,8 @@ int main(int argc, char **argv) /* Event Loop */ struct event thread; - while (thread_fetch(master, &thread)) - thread_call(&thread); + while (event_fetch(master, &thread)) + event_call(&thread); return 0; } -- cgit v1.2.3