Implement lttng_ust_get_cpu()
[lttng-ust.git] / libringbuffer / frontend_api.h
index 24f94acf110b5f663443207d3711e3bbe323fa39..d644a65b89ac5f63a2122c4e6198fd99d1827616 100644 (file)
@@ -42,7 +42,7 @@ int lib_ring_buffer_get_cpu(const struct lttng_ust_lib_ring_buffer_config *confi
        int cpu, nesting;
 
        rcu_read_lock();
-       cpu = ust_get_cpu();
+       cpu = lttng_ust_get_cpu();
        nesting = ++lib_ring_buffer_nesting;    /* TLS */
        cmm_barrier();
 
This page took 0.023141 seconds and 4 git commands to generate.