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:57:22 +0000 (15:57 -0400)
commit95747f9e8c005c716d6e7f216e8fd9b66871dbff
tree49a6c8e875c6cfa58d6719e9705db91af4cdecf2
parent2ea58a693a53eff9c07ae6a683671cf0bf79415f
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.024899 seconds and 4 git commands to generate.