X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu-call-rcu.h;h=1dad0e2c46cc88d691827208c38c6be092f2bf1e;hb=372b9ad7acc40810bbcec6a796c71b54901b3ca7;hp=b109f4e4d16f250b1f5fdcb2e01e196f3539f238;hpb=666d90e83ac54a45f3cded53835f6aabda6e2484;p=urcu.git diff --git a/urcu-call-rcu.h b/urcu-call-rcu.h index b109f4e..1dad0e2 100644 --- a/urcu-call-rcu.h +++ b/urcu-call-rcu.h @@ -32,7 +32,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { @@ -55,16 +55,16 @@ struct call_rcu_data; */ struct rcu_head { - struct cds_wfq_node next; + struct cds_wfcq_node next; void (*func)(struct rcu_head *head); }; /* * Exported functions * - * Important: see userspace RCU API.txt for call_rcu family of functions - * usage detail, including the surrounding RCU usage required when using - * these primitives. + * Important: see rcu-api.txt in userspace-rcu documentation for + * call_rcu family of functions usage detail, including the surrounding + * RCU usage required when using these primitives. */ void call_rcu(struct rcu_head *head,