urcu: move private definitions to .c file
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 9 Aug 2011 20:44:20 +0000 (16:44 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Aug 2011 09:05:28 +0000 (05:05 -0400)
commitb6df4e94f2624d5adb881e0b49f2bd61b24cf882
tree4402822389a3cb4d5121a4df45a2c6b65025e268
parentc92b27e217eba8d3cccfb24837e9843dbd323861
urcu: move private definitions to .c file

The reader does not and should not know about RCU_QS_ACTIVE_ATTEMPTS
and KICK_READER_LOOPS.  Move the definition to urcu.c.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu.c
urcu/static/urcu.h
This page took 0.025014 seconds and 4 git commands to generate.