add rculfhash-mm-chunk.c memory management
[urcu.git] / urcu / rculfhash.h
index c03baf41a2b8405fda996ddb633a250a8bcdd89a..1224ea808484fa385c5c5c3c92b8fbcfb113b52e 100644 (file)
@@ -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.
This page took 0.023224 seconds and 4 git commands to generate.