X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu-qsbr-static.h;h=da4a782b61d17f123e7060aaa08a17d9bd59900b;hb=e040d717e072d02835605f7b5ff623cd6a123b7a;hp=ab4dcb5ff1336503b26e35917b24ee249e178ede;hpb=06f22bdbb0c4c4d5db42a2e2dc35818aa61415be;p=urcu.git diff --git a/urcu-qsbr-static.h b/urcu-qsbr-static.h index ab4dcb5..da4a782 100644 --- a/urcu-qsbr-static.h +++ b/urcu-qsbr-static.h @@ -135,7 +135,7 @@ struct rcu_reader { /* Data used by both reader and synchronize_rcu() */ unsigned long ctr; /* Data used for registry */ - struct list_head node __attribute__((aligned(CAA_CACHE_LINE_SIZE))); + struct cds_list_head node __attribute__((aligned(CAA_CACHE_LINE_SIZE))); pthread_t tid; };