X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Frculfhash.h;h=1224ea808484fa385c5c5c3c92b8fbcfb113b52e;hp=c03baf41a2b8405fda996ddb633a250a8bcdd89a;hb=308d1cb3650b63d373e60eef0582d6e238b0d2d0;hpb=0b6aa0018b42d0b101c617ef6c6d34d0f4dd2258 diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index c03baf4..1224ea8 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -105,6 +105,7 @@ struct cds_lfht_mm_type { }; extern const struct cds_lfht_mm_type cds_lfht_mm_order; +extern const struct cds_lfht_mm_type cds_lfht_mm_chunk; /* * _cds_lfht_new - API used by cds_lfht_new wrapper. Do not use directly.