X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fringbuffer%2Ffrontend_api.h;h=b306986ecf3d74e05b41f66d58e9a239853ee41e;hb=bee7cf7546038170e69c9d52e542643f773aa6b6;hp=879461f37f1fa872b54285475f7d99c03a4f1c8b;hpb=8a8c2117fb26a42b19975b8745d4333c7aa1a061;p=lttng-ust.git diff --git a/src/common/ringbuffer/frontend_api.h b/src/common/ringbuffer/frontend_api.h index 879461f3..b306986e 100644 --- a/src/common/ringbuffer/frontend_api.h +++ b/src/common/ringbuffer/frontend_api.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