Fix: change order of _cds_lfht_new_with_alloc parameters
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Feb 2024 22:29:22 +0000 (17:29 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Feb 2024 22:32:53 +0000 (17:32 -0500)
commit8c5aef691745bc06750886e10bfda84f2b749ed8
treec72776c638bb9b5afc8fa4d1260c0d9285259f59
parentac7352545826996e3866c599e4a8eff05fb662ca
Fix: change order of _cds_lfht_new_with_alloc parameters

The "flavor" parameter should come before the "alloc" parameter
to match the order of cds_lfht_new_with_flavor_alloc() parameters.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ia704a0fd9cb90af966464e25e6202fed1a952eed
include/urcu/rculfhash.h
src/rculfhash.c
This page took 0.024946 seconds and 4 git commands to generate.