From 54f59b3573baa1386d774462d946a6d861b14feb Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 11 Dec 2013 08:40:05 -0500 Subject: [PATCH] Fix: check deliver now takes tsc argument Extra call site in stable-2.2 not handled by "Fix: eliminate timestamp overlap between packets" Signed-off-by: Mathieu Desnoyers --- libringbuffer/ring_buffer_frontend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1