From: David Goulet Date: Thu, 18 Nov 2010 20:46:38 +0000 (-0500) Subject: Rename all arch primitives with prefix caa_ X-Git-Tag: v0.5.0~2 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=06f22bdbb0c4c4d5db42a2e2dc35818aa61415be;hp=06f22bdbb0c4c4d5db42a2e2dc35818aa61415be;p=urcu.git Rename all arch primitives with prefix caa_ This is the second patch for reducing namespace pollution. The caa_ prefix stands for Concurrent Architecture Abstraction. Again, suggested by Mathieu Desnoyers and Paul E. Mckenney. Every define, macro and function specific to the architecture abstraction of liburcu is modified with that prefix Signed-off-by: David Goulet Signed-off-by: Mathieu Desnoyers ---