X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Ftest_urcu_hash.c;h=56bd41f977dd868ca9b4f6270f05b0c10a673095;hp=16374d93ee5903876b03da344df97e302769959c;hb=14756542cf5e8f90662ea8bd922d1349f44228fe;hpb=18117871130163ec2b2fc73fda288b9ba26cd435 diff --git a/tests/test_urcu_hash.c b/tests/test_urcu_hash.c index 16374d9..56bd41f 100644 --- a/tests/test_urcu_hash.c +++ b/tests/test_urcu_hash.c @@ -570,6 +570,9 @@ int main(int argc, char **argv) test_ht = ht_new(test_hash, test_compare, 0x42UL, HASH_SIZE, call_rcu); + err = create_all_cpu_call_rcu_data(0); + assert(!err); + next_aff = 0; for (i = 0; i < nr_readers; i++) {