X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=README.md;h=2d6dcaa2a4bfba1199c7dee5bcad5ec743acebf8;hp=601703bdf6209af39c9e27e47a9d0c9d3e2d6b13;hb=5b46e39d0e4d2592853c7bfc11add02b1101c04b;hpb=60dd72eaef48fe7fafd398d1c6577973e50828c9 diff --git a/README.md b/README.md index 601703b..2d6dcaa 100644 --- a/README.md +++ b/README.md @@ -224,10 +224,11 @@ be overridden with `-DSIGRCU` by modifying `Makefile.build.inc`. The BP library flavor stands for "bulletproof". It is specifically designed to help tracing library to hook on applications without -requiring to modify these applications. `urcu_bp_init()`, -`urcu_bp_register_thread()` and `urcu_bp_unregister_thread()` all become -nops. The state is dealt with by the library internally at the expense -of read-side and write-side performance. +requiring to modify these applications. `urcu_bp_init()`, and +`urcu_bp_unregister_thread()` all become nops, whereas calling +`urcu_bp_register_thread()` becomes optional. The state is dealt with by +the library internally at the expense of read-side and write-side +performance. ### Initialization