X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=rcuja%2Frcuja-internal.h;h=027780833845917502cbcd4e217e269d9d4a21dc;hb=b0f74e4734295f71a2c311817c0082223f2564d8;hp=28908e050b06e88d4dc9003487ee4f912596b819;hpb=5a9a87dd2a194207a0d98ee999d69b7db7183dea;p=userspace-rcu.git diff --git a/rcuja/rcuja-internal.h b/rcuja/rcuja-internal.h index 28908e0..0277808 100644 --- a/rcuja/rcuja-internal.h +++ b/rcuja/rcuja-internal.h @@ -43,6 +43,7 @@ struct cds_ja_shadow_node { pthread_mutex_t *lock; unsigned int nr_child; /* number of children in node */ struct rcu_head head; /* for deferred node and shadow node reclaim */ + int is_root; /* is it a root node ? */ }; struct cds_ja {