X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libringbuffer%2Fring_buffer_frontend.c;fp=libringbuffer%2Fring_buffer_frontend.c;h=899071a076e714a220ac29feaa808cb73f9e3934;hb=54f59b3573baa1386d774462d946a6d861b14feb;hp=4a5c23b9da38210e7da6e80fc7b533b4f5d737f1;hpb=969771a1536069d8f3f05e4836f5ef746d9b9a11;p=lttng-ust.git diff --git a/libringbuffer/ring_buffer_frontend.c b/libringbuffer/ring_buffer_frontend.c index 4a5c23b9..899071a0 100644 --- a/libringbuffer/ring_buffer_frontend.c +++ b/libringbuffer/ring_buffer_frontend.c @@ -1445,7 +1445,7 @@ void lib_ring_buffer_switch_new_end(struct lttng_ust_lib_ring_buffer *buf, v_add(config, padding_size, &shmp_index(handle, buf->commit_hot, endidx)->cc); commit_count = v_read(config, &shmp_index(handle, buf->commit_hot, endidx)->cc); lib_ring_buffer_check_deliver(config, buf, chan, offsets->end - 1, - commit_count, endidx, handle); + commit_count, endidx, handle, tsc); lib_ring_buffer_write_commit_counter(config, buf, chan, endidx, offsets->end, commit_count, padding_size, handle);