rcuja: API change: move rcu_head to user code
[urcu.git] / tests / test_urcu_ja.h
index 3174613178d0d5e6091366236021108047e2bbf8..873b493bc0c0739347f05167b42104259a5a914a 100644 (file)
@@ -106,7 +106,8 @@ extern struct cds_ja *test_ja;
 
 struct ja_test_node {
        struct cds_ja_node node;
-       uint64_t key; /* for testing */
+       uint64_t key;           /* for testing */
+       struct rcu_head head;   /* delayed reclaim */
 };
 
 static inline struct ja_test_node *
This page took 0.023934 seconds and 4 git commands to generate.