rcuja: add multithread test
[userspace-rcu.git] / rcuja / rcuja-internal.h
index 82ab158a7a95bd4f116987098c4e371040484190..6b8da15a1a6131b249c3f70e3d3a45b3df99716d 100644 (file)
@@ -159,7 +159,7 @@ struct cds_lfht *rcuja_create_ht(const struct rcu_flavor_struct *flavor);
 __attribute__((visibility("protected")))
 int rcuja_delete_ht(struct cds_lfht *ht);
 
-#define DEBUG
+//#define DEBUG
 
 #ifdef DEBUG
 #define dbg_printf(fmt, args...)     printf("[debug rcuja] " fmt, ## args)
This page took 0.022546 seconds and 4 git commands to generate.