Update to liburcu 0.4.0 API
[ust.git] / libust / tracectl.c
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.022766 seconds and 4 git commands to generate.