Update to liburcu 0.4.0 API
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 2 Feb 2010 21:40:46 +0000 (16:40 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 2 Feb 2010 21:40:46 +0000 (16:40 -0500)
README
libust/tracectl.c

diff --git a/README b/README
index 731f0ef109677c9c2b5b9f0d19ca3bd9bc3003de..a4d4e6a38d6acf69942577bc55720101f072d2a6 100644 (file)
--- 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
index 9a996d3449b8e87cb934dbcb3cdf286735144bbf..27e5bf07851c4597e0f147c00c2c65afb80d0929 100644 (file)
@@ -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();
This page took 0.024701 seconds and 4 git commands to generate.