Refactoring: hide internal fields of ring buffer context
[lttng-ust.git] / liblttng-ust / lttng-context-time-ns.c
index ef5ae4145b0e2f4cc2a73b89fe0c45fbf6675766..b9d07d0861adc0f4aa98257c0fe83d2eb75fac84 100644 (file)
@@ -106,8 +106,7 @@ void time_ns_record(struct lttng_ust_ctx_field *field,
        ino_t time_ns;
 
        time_ns = get_time_ns();
-       lttng_ust_lib_ring_buffer_align_ctx(ctx, lttng_ust_rb_alignof(time_ns));
-       chan->ops->event_write(ctx, &time_ns, sizeof(time_ns));
+       chan->ops->event_write(ctx, &time_ns, sizeof(time_ns), lttng_ust_rb_alignof(time_ns));
 }
 
 static
This page took 0.024092 seconds and 4 git commands to generate.