X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu-call-rcu-impl.h;h=5dfdb9277b5a351f62d09ee7b534f94c0a4ca3b5;hp=61aeee611a04da3c78083437bd6af48cbde8d366;hb=bab44e28a30b837d72cb3b0cd64fe86f93e9ff61;hpb=706d1165eaa3e58503be043f2545ee697443f5ca diff --git a/urcu-call-rcu-impl.h b/urcu-call-rcu-impl.h index 61aeee6..5dfdb92 100644 --- a/urcu-call-rcu-impl.h +++ b/urcu-call-rcu-impl.h @@ -69,7 +69,7 @@ struct call_rcu_data { * Protected by call_rcu_mutex. */ -CDS_LIST_HEAD(call_rcu_data_list); +static CDS_LIST_HEAD(call_rcu_data_list); /* Link a thread using call_rcu() to its call_rcu thread. */