X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Frculfhash.h;h=6ed7c8c75b1db697d78fe4c5c8efaef5601176ae;hb=3fd3f554f6eb18ae5ec526b82025a53a554f775d;hp=c03baf41a2b8405fda996ddb633a250a8bcdd89a;hpb=0b6aa0018b42d0b101c617ef6c6d34d0f4dd2258;p=urcu.git diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index c03baf4..6ed7c8c 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -105,6 +105,8 @@ 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; +extern const struct cds_lfht_mm_type cds_lfht_mm_mmap; /* * _cds_lfht_new - API used by cds_lfht_new wrapper. Do not use directly.