From 9b4ec2a5057c31c606d3f3554794eb4957909bde Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 26 Jan 2013 10:51:31 -0500 Subject: [PATCH] README: document each API file Signed-off-by: Mathieu Desnoyers --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 9554d21..e676757 100644 --- a/README +++ b/README @@ -73,11 +73,11 @@ API See the relevant API documentation files in doc/. The APIs provided by Userspace RCU are, by prefix: -- rcu_ : Read-Copy Update +- rcu_ : Read-Copy Update (see doc/rcu-api.txt) - cmm_ : Concurrent Memory Model - caa_ : Concurrent Architecture Abstraction -- cds_ : Concurrent Data Structures -- uatomic_: Userspace Atomic +- cds_ : Concurrent Data Structures (see doc/cds-api.txt) +- uatomic_: Userspace Atomic (see doc/uatomic-api.txt) QUICK START GUIDE -- 2.34.1