Document urcu-defer usage with dlclose()
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 23 Oct 2009 12:27:20 +0000 (08:27 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 23 Oct 2009 12:27:20 +0000 (08:27 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
README

diff --git a/README b/README
index e1ce893737acd0d4d79260462f6383ff45a05c42..72e73de93f0244cb232f5c4dc7102c4c567db965 100644 (file)
--- a/README
+++ b/README
@@ -107,6 +107,9 @@ Usage of liburcu-defer
        * Provides defer_rcu_ratelimit() primitive, which acts just like
          defer_rcu(), but takes an additional rate limiter callback forcing
          synchronized callback execution of the limiter returns non-zero.
+       * Requires that rcu_defer_barrier() must be called in library destructor
+         if a library queues callbacks and is expected to be unloaded with
+         dlclose().
 
 Being careful with signals
 
This page took 0.025054 seconds and 4 git commands to generate.