From 9bfaf0cab9a326b89b9ee83e0bb0679918a3023a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 31 Dec 2010 12:54:52 -0500 Subject: [PATCH] urcu_defer: update test programs (build fix) Signed-off-by: Mathieu Desnoyers --- tests/test_urcu_lfq.c | 1 + tests/test_urcu_lfs.c | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/test_urcu_lfq.c b/tests/test_urcu_lfq.c index 5fd0ff3..7aaad99 100644 --- a/tests/test_urcu_lfq.c +++ b/tests/test_urcu_lfq.c @@ -211,6 +211,7 @@ static void rcu_release_node(struct urcu_ref *ref) void *thr_dequeuer(void *_count) { unsigned long long *count = _count; + int ret; printf_verbose("thread_begin %s, thread id : %lx, tid %lu\n", "dequeuer", pthread_self(), (unsigned long)gettid()); diff --git a/tests/test_urcu_lfs.c b/tests/test_urcu_lfs.c index a1d6a1f..834c72e 100644 --- a/tests/test_urcu_lfs.c +++ b/tests/test_urcu_lfs.c @@ -203,6 +203,7 @@ fail: void *thr_dequeuer(void *_count) { unsigned long long *count = _count; + int ret; printf_verbose("thread_begin %s, thread id : %lx, tid %lu\n", "dequeuer", pthread_self(), (unsigned long)gettid()); -- 2.34.1