X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flttng-context-vsgid.c;h=08ee829bc1b5e16e60f41fd75420c79eca18cdff;hb=4fabf854f6bee54286be80dd682921634f43e813;hp=eb051f27a2763baa684a44112219370230fe4ddd;hpb=e27e438139082cea47e96bc03f912a82456a8f8d;p=lttng-modules.git diff --git a/src/lttng-context-vsgid.c b/src/lttng-context-vsgid.c index eb051f27..08ee829b 100644 --- a/src/lttng-context-vsgid.c +++ b/src/lttng-context-vsgid.c @@ -31,13 +31,12 @@ size_t vsgid_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size static void vsgid_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, struct lttng_kernel_ring_buffer_ctx *ctx, - struct lttng_channel *chan) + struct lttng_kernel_channel_buffer *chan) { gid_t vsgid; vsgid = lttng_current_vsgid(); - lib_ring_buffer_align_ctx(ctx, lttng_alignof(vsgid)); - chan->ops->event_write(ctx, &vsgid, sizeof(vsgid)); + chan->ops->event_write(ctx, &vsgid, sizeof(vsgid), lttng_alignof(vsgid)); } static