Fix: rculfhash only needs to include urcu-pointers.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 28 Oct 2015 19:57:22 +0000 (15:57 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 28 Oct 2015 19:59:26 +0000 (15:59 -0400)
commit7f25db7f8baccdd6a859fdba70f33a38ce90f92c
treee2bc4bc5a93f8e6e5ced37ede9494a0b88a281b4
parent28f7cd11e179652b78b07a2b2fc1c5fbcf745527
Fix: rculfhash only needs to include urcu-pointers.h

rculfhash is not meant to use a specific urcu flavor, but rather receive
the flavor to use as parameter to _cds_lfht_new().

All we need is the API of urcu-pointers.h, so include that instead.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
rculfhash.c
This page took 0.024114 seconds and 4 git commands to generate.