Refactoring: struct lttng_channel
[lttng-modules.git] / src / lttng-context-vtid.c
index ba597efc8834638304300adcd1984c66006435eb..f42734630ac9182b173740f71b7a6ccfb96c230d 100644 (file)
@@ -17,7 +17,7 @@
 #include <lttng/tracer.h>
 
 static
-size_t vtid_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t offset)
+size_t vtid_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size_t offset)
 {
        size_t size = 0;
 
@@ -27,9 +27,9 @@ size_t vtid_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t offse
 }
 
 static
-void vtid_record(void *priv, struct lttng_probe_ctx *probe_ctx,
-                struct lib_ring_buffer_ctx *ctx,
-                struct lttng_channel *chan)
+void vtid_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx,
+                struct lttng_kernel_ring_buffer_ctx *ctx,
+                struct lttng_kernel_channel_buffer *chan)
 {
        pid_t vtid;
 
@@ -46,7 +46,7 @@ void vtid_record(void *priv, struct lttng_probe_ctx *probe_ctx,
 
 static
 void vtid_get_value(void *priv,
-               struct lttng_probe_ctx *lttng_probe_ctx,
+               struct lttng_kernel_probe_ctx *lttng_probe_ctx,
                struct lttng_ctx_value *value)
 {
        pid_t vtid;
This page took 0.023672 seconds and 4 git commands to generate.