Implement __rb_same_type
[lttng-ust.git] / libringbuffer / frontend_api.h
index 0868a4bb6dc6a3bdcd5191c7b24ea2cf2476fc2c..d644a65b89ac5f63a2122c4e6198fd99d1827616 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include "frontend.h"
-#include "ust/core.h"
+#include "lttng/core.h"
 #include <urcu-bp.h>
 #include <urcu/compiler.h>
 
@@ -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.023988 seconds and 4 git commands to generate.