From 4c1471decfbd2c3a82c71a967728f3ba096b52c8 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 15 Sep 2009 19:40:56 -0400 Subject: [PATCH] update README Signed-off-by: Mathieu Desnoyers --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 7753c8f..9660066 100644 --- a/README +++ b/README @@ -52,7 +52,9 @@ Initialization Each thread that has reader critical sections (that uses rcu_read_lock()/rcu_read_unlock() must first register to the URCU - library. This is done by calling rcu_register_thread(). + library. This is done by calling rcu_register_thread(). Unregistration + must be performed before exiting the thread by using + rcu_unregister_thread(). Reading -- 2.34.1