rculfhash: implement iterator debugging config option
[urcu.git] / include / urcu / config.h.in
index 9ed0454987733a14b8023ca5fee513ee774b9e57..15012679f333b273da9b91e3038db5bc35a5be42 100644 (file)
 /* Enable internal debugging self-checks.
    Introduce performance penalty. */
 #undef CONFIG_RCU_DEBUG
+
+/* Expose multi-flavor support */
+#define CONFIG_RCU_MULTIFLAVOR 1
+
+/* Enable extra debugging checks for lock-free hash table iterator
+   traversal. */
+#undef CONFIG_CDS_LFHT_ITER_DEBUG
This page took 0.022475 seconds and 4 git commands to generate.