Refactoring: Channel structures
[lttng-ust.git] / liblttng-ust / lttng-context-vpid.c
index 3594e52919c6a37f00f9f9c9e56fb44626709378..0c532ddf3ebd55d7b118df5aa8c11cfe6280b3b7 100644 (file)
@@ -57,7 +57,7 @@ size_t vpid_get_size(struct lttng_ust_ctx_field *field, size_t offset)
 static
 void vpid_record(struct lttng_ust_ctx_field *field,
                 struct lttng_ust_lib_ring_buffer_ctx *ctx,
-                struct lttng_channel *chan)
+                struct lttng_ust_channel_buffer *chan)
 {
        pid_t vpid = wrapper_getvpid();
 
This page took 0.024234 seconds and 4 git commands to generate.