From: Pierre-Marc Fournier Date: Tue, 2 Feb 2010 21:40:46 +0000 (-0500) Subject: Update to liburcu 0.4.0 API X-Git-Tag: v0.2~34 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=5a66a1f2508706ed985da56039242595618db0f1 Update to liburcu 0.4.0 API --- 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();