Fix: ring buffer event counter
[lttng-ust.git] / src / common / ringbuffer / frontend_api.h
index 36370042d98cc1f67f68b091aeb588c8b24385d8..b306986ecf3d74e05b41f66d58e9a239853ee41e 100644 (file)
@@ -15,7 +15,7 @@
 
 #include <urcu/compiler.h>
 
-#include "lib/lttng-ust/getcpu.h"
+#include "common/getcpu.h"
 #include "frontend.h"
 
 /**
@@ -257,7 +257,7 @@ void lib_ring_buffer_commit(const struct lttng_ust_ring_buffer_config *config,
        /*
         * Must count record before incrementing the commit count.
         */
-       subbuffer_count_record(config, ctx, &buf->backend, endidx, handle);
+       subbuffer_count_record(config, ctx);
 
        /*
         * Order all writes to buffer before the commit count update that will
This page took 0.02365 seconds and 4 git commands to generate.