X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libringbuffer%2Ffrontend_api.h;fp=libringbuffer%2Ffrontend_api.h;h=f25ff0781930f72c050992573d061e7aa42c6e6b;hb=9c2a6e05e51e1b2fe5ebd1164c45122d274fb54b;hp=a2a9af39aea777998c5d96cdde5f632f500c8cf7;hpb=6ffcf0f30e6c362816ecbf2cd365153a3d4a88bd;p=lttng-ust.git diff --git a/libringbuffer/frontend_api.h b/libringbuffer/frontend_api.h index a2a9af39..f25ff078 100644 --- a/libringbuffer/frontend_api.h +++ b/libringbuffer/frontend_api.h @@ -288,7 +288,7 @@ void lib_ring_buffer_commit(const struct lttng_ust_lib_ring_buffer_config *confi commit_count = v_read(config, &shmp_index(handle, buf->commit_hot, endidx)->cc); lib_ring_buffer_check_deliver(config, buf, chan, offset_end - 1, - commit_count, endidx, handle); + commit_count, endidx, handle, ctx->tsc); /* * Update used size at each commit. It's needed only for extracting * ring_buffer buffers from vmcore, after crash.