From 5a66a1f2508706ed985da56039242595618db0f1 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 2 Feb 2010 16:40:46 -0500 Subject: [PATCH] Update to liburcu 0.4.0 API --- README | 2 +- libust/tracectl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 731f0ef..a4d4e6a 100644 --- a/README +++ b/README @@ -20,7 +20,7 @@ PREREQUISITES: * GitWeb: http://lttng.org/cgi-bin/gitweb.cgi?p=userspace-rcu.git;a=summary * Git: git://lttng.org/userspace-rcu.git - -> This release was tested with liburcu v0.3.4 + -> This release was tested with liburcu v0.4.0 - libkcompat diff --git a/libust/tracectl.c b/libust/tracectl.c index 9a996d3..27e5bf0 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -1041,7 +1041,7 @@ static void __attribute__((constructor)) init() pidunique = make_pidunique(); /* Initialize RCU in case the constructor order is not good. */ - urcu_init(); + rcu_init(); /* It is important to do this before events start to be generated. */ ust_register_thread(); -- 2.34.1