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>
Tue, 9 Aug 2011 20:44:20 +0000 (16:44 -0400)
commit3a71751ee010b48e1a1fa7081617ec6f82d5c0ba
treea3c072db5ed10178824a5bc4444664781a774e07
parentb7b6a8f52c051dca78161908670e3f51b9b33080
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.024515 seconds and 4 git commands to generate.