Refactoring: hide internal fields of ring buffer context
[lttng-ust.git] / liblttng-ust / lttng-context-cgroup-ns.c
index 8ac91c4fbbe823a121d769f46587c066fc31f0f6..d25a9b13207f232d263fcdb109db03316b52de6d 100644 (file)
@@ -108,8 +108,8 @@ void cgroup_ns_record(struct lttng_ust_ctx_field *field,
        ino_t cgroup_ns;
 
        cgroup_ns = get_cgroup_ns();
-       lttng_ust_lib_ring_buffer_align_ctx(ctx, lttng_ust_rb_alignof(cgroup_ns));
-       chan->ops->event_write(ctx, &cgroup_ns, sizeof(cgroup_ns));
+       chan->ops->event_write(ctx, &cgroup_ns, sizeof(cgroup_ns),
+                       lttng_ust_rb_alignof(cgroup_ns));
 }
 
 static
This page took 0.02319 seconds and 4 git commands to generate.