X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-call-rcu.h;h=1dad0e2c46cc88d691827208c38c6be092f2bf1e;hp=b109f4e4d16f250b1f5fdcb2e01e196f3539f238;hb=a32d7239e443f813292405e5a32c923682c3f45c;hpb=666d90e83ac54a45f3cded53835f6aabda6e2484 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,