X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Furcu%2Fconfig.h.in;h=73506319f7d522c2f1eb65ca9ba52f3187c273b9;hb=a9a42447bac2ed5c61fac810e293d58a5246bf6f;hp=9f2aa99716c6c20415190dae80c28f4b514bbfb0;hpb=4477a87021ffbfbfdb2a2084d05a084171343d36;p=urcu.git diff --git a/include/urcu/config.h.in b/include/urcu/config.h.in index 9f2aa99..7350631 100644 --- a/include/urcu/config.h.in +++ b/include/urcu/config.h.in @@ -28,8 +28,12 @@ #undef CONFIG_RCU_FORCE_SYS_MEMBARRIER /* Enable internal debugging self-checks. - Introduce performance penalty. */ + Introduces a performance penalty. */ #undef CONFIG_RCU_DEBUG /* Expose multi-flavor support */ -#define CONFIG_RCU_MULTIFLAVOR 1 +#define CONFIG_RCU_HAVE_MULTIFLAVOR 1 + +/* Enable extra debugging checks for lock-free hash table iterator + traversal. */ +#undef CONFIG_CDS_LFHT_ITER_DEBUG