From: David Goulet Date: Thu, 18 Nov 2010 20:48:01 +0000 (-0500) Subject: Rename all data structure with prefix cds_ X-Git-Tag: v0.5.0~1 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=16aa9ee87cf4364921c36025359be01390338d87;hp=16aa9ee87cf4364921c36025359be01390338d87;p=userspace-rcu.git Rename all data structure with prefix cds_ This is the third and last patch of the namespace refactoring. The prefix cds_ stands for Concurrent Data Structure and is use for queue, list, hlist and stack. For RCU protected data strucutre, the prefix is also added but the suffix _rcu is appended. This suffix indicate and RCU protection. Signed-off-by: David Goulet Signed-off-by: Mathieu Desnoyers ---