Fix: check deliver now takes tsc argument
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 11 Dec 2013 13:40:05 +0000 (08:40 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 11 Dec 2013 13:40:05 +0000 (08:40 -0500)
Extra call site in stable-2.2 not handled by
"Fix: eliminate timestamp overlap between packets"

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libringbuffer/ring_buffer_frontend.c

index 4a5c23b9da38210e7da6e80fc7b533b4f5d737f1..899071a076e714a220ac29feaa808cb73f9e3934 100644 (file)
@@ -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);
This page took 0.02523 seconds and 4 git commands to generate.