X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fcds-api.md;h=49a3c7c967e30d0636e6cfb2fbdee0b9d2c30a47;hp=3e0fe8b2b818c57751eef4e5dfe8e7b52ad2590c;hb=HEAD;hpb=72886af724b546cd14c682af93c88bfe59998015 diff --git a/doc/cds-api.md b/doc/cds-api.md index 3e0fe8b..9940a36 100644 --- a/doc/cds-api.md +++ b/doc/cds-api.md @@ -1,3 +1,9 @@ + + Userspace RCU Concurrent Data Structures (CDS) API ================================================== @@ -33,7 +39,7 @@ Downside over `list.h`: lookup of tail in O(n). Doubly-linked list, with single pointer list head. Requires mutual exclusion on updates, allows RCU read traversals. Useful -for implementing hash tables. Downside over rculist.h: lookup of tail in O(n). +for implementing hash tables. Downside over `rculist.h`: lookup of tail in O(n). ### `urcu/wfstack.h`