From: Mathieu Desnoyers Date: Thu, 12 Nov 2009 04:24:21 +0000 (-0500) Subject: Update readme X-Git-Tag: v0.3.1~2 X-Git-Url: http://git.lttng.org/?p=userspace-rcu.git;a=commitdiff_plain;h=24c9669da03d2558d80f4c990539765e887ae010 Update readme Signed-off-by: Mathieu Desnoyers --- diff --git a/README b/README index 58ce031..883b808 100644 --- a/README +++ b/README @@ -99,7 +99,8 @@ Writing Usage of liburcu-defer * #include - * Link with "-lurcu-defer" + * Link with "-lurcu-defer", and also with one of the urcu library + (either urcu, urcu-bp, urcu-mb or urcu-qsbr). * Provides defer_rcu() primitive to enqueue delayed callbacks. Queued callbacks are executed in batch periodically after a grace period. Do _not_ use defer_rcu() within a read-side critical section, because