Fix: use transport name as channel name
[lttng-ust.git] / libringbuffer / frontend_api.h
index 24f94acf110b5f663443207d3711e3bbe323fa39..49f6e4c27274a32c2c59b05e414714b780770b9e 100644 (file)
@@ -18,7 +18,6 @@
  */
 
 #include "frontend.h"
-#include "lttng/core.h"
 #include <urcu-bp.h>
 #include <urcu/compiler.h>
 
@@ -42,7 +41,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.02489 seconds and 4 git commands to generate.