Fix: use liburcu flavor header instead of local copy
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 28 Oct 2015 19:55:58 +0000 (15:55 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 28 Oct 2015 20:05:19 +0000 (16:05 -0400)
commitafccc2400dd205db3fbdb1ee42a620db1bebab86
tree1acf81e5dc64827bd63a8dde74ef6ef8693a89c1
parente4e50330a544d9576d6aa1101bdb69b10ea84778
Fix: use liburcu flavor header instead of local copy

The layout of struct rcu_flavor_struct has changed in newer URCU
versions. There is no need to keep a local copy of this structure. Use
the library header instead.

This ensures that the caller of _cds_lfht_new(), which passes a flavor
pointer with the library layout defined by liburcu, has the same layout
expected internally within the local copy of rculfhash.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/hashtable/Makefile.am
src/common/hashtable/rculfhash.c
src/common/hashtable/rculfhash.h
src/common/hashtable/urcu-flavor.h [deleted file]
This page took 0.025071 seconds and 4 git commands to generate.