Decrease liburcu dependency to 0.9+
[deliverable/lttng-ust.git] / liblttng-ust / tracepoint-internal.h
index 1e6f92b677e812dfe6d4b5a2d75eb695417f4894..298f78e7313f7e7299b6ffc84f1cdd13a20148f5 100644 (file)
@@ -50,7 +50,7 @@ extern void __tracepoint_probe_prune_release_queue(void);
  */
 static inline void tracepoint_synchronize_unregister(void)
 {
-       urcu_bp_synchronize_rcu();
+       synchronize_rcu_bp();
 }
 
 extern void init_tracepoint(void);
This page took 0.023157 seconds and 5 git commands to generate.