rculfhash: Move key out of struct lfht_test_node, move key_len to caller
authorLai Jiangshan <laijs@cn.fujitsu.com>
Sat, 5 Nov 2011 13:48:18 +0000 (09:48 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 5 Nov 2011 13:48:18 +0000 (09:48 -0400)
commit04db56f85e2cd2abb05e4ef14990e99a1058d0df
tree7c64a8c29c57a73e1df94074892a618bfc287ef8
parentb84f92d592010f01851c3fdcd5ac7d3666028146
rculfhash: Move key out of struct lfht_test_node, move key_len to caller

Make struct lfht_test_node only contains basic field.
Let user take the responsibility to handle the <key>(hash_set)
or <key,value>(hash_map) management and calculation.

[ Edit by Mathieu Desnoyers: rebased on top of commit
  0422d92c2d658f6093b8209f75808efd2109a110 ]

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
rculfhash.c
tests/test_urcu_hash.c
urcu/rculfhash.h
This page took 0.025137 seconds and 4 git commands to generate.