urcu_defer: update test programs (build fix)
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 31 Dec 2010 17:54:52 +0000 (12:54 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 31 Dec 2010 17:54:52 +0000 (12:54 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/test_urcu_lfq.c
tests/test_urcu_lfs.c

index 5fd0ff38cb0ecd15a462072394a18ac7598a3ae1..7aaad999587bb6e5a953cd40817fae4034d46d57 100644 (file)
@@ -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());
index a1d6a1f063946a51ec27348dbdfc6748494d679f..834c72ea1abd22a42980ad0e8f324b1a4fa9c073 100644 (file)
@@ -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());
This page took 0.026294 seconds and 4 git commands to generate.