X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Ftracectl.c;h=27e5bf07851c4597e0f147c00c2c65afb80d0929;hb=5a66a1f2508706ed985da56039242595618db0f1;hp=9a996d3449b8e87cb934dbcb3cdf286735144bbf;hpb=120b0ec33d0c9052f3b4db2199a2dd20ed5fd00e;p=ust.git 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();