X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Frculfhash.h;h=6ed7c8c75b1db697d78fe4c5c8efaef5601176ae;hp=1224ea808484fa385c5c5c3c92b8fbcfb113b52e;hb=b0b5525153fce8abae07b9573da1d5169e02eb2b;hpb=308d1cb3650b63d373e60eef0582d6e238b0d2d0 diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index 1224ea8..6ed7c8c 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -106,6 +106,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; +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.