X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=README;h=883b808a3bed372f1dd2597e3e983b9f6c73eae2;hb=24c9669da03d2558d80f4c990539765e887ae010;hp=58ce031db89131862b05fb21b7004c883e433900;hpb=c5b9f8ff1e4debcc0787cda8ef13891c69d3a729;p=userspace-rcu.git 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