Fix: check deliver now takes tsc argument
[lttng-ust.git] / 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.022836 seconds and 4 git commands to generate.