X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flttng-context-tid.c;h=538a2a58f6a8f3bffdef9de6861d8ab259e033d5;hb=737afda6fdb357a8fbbf0a7172c06ab3a597bba6;hp=5a9dee54fd8f8c8c74b89541192c0567b621bf9f;hpb=2dc781e02eb156a76554ada092a181ab2916db57;p=lttng-modules.git diff --git a/src/lttng-context-tid.c b/src/lttng-context-tid.c index 5a9dee54..538a2a58 100644 --- a/src/lttng-context-tid.c +++ b/src/lttng-context-tid.c @@ -17,7 +17,7 @@ #include static -size_t tid_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t offset) +size_t tid_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size_t offset) { size_t size = 0; @@ -27,9 +27,9 @@ size_t tid_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t offset } static -void tid_record(void *priv, struct lttng_probe_ctx *probe_ctx, - struct lib_ring_buffer_ctx *ctx, - struct lttng_channel *chan) +void tid_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 tid; @@ -40,7 +40,7 @@ void tid_record(void *priv, struct lttng_probe_ctx *probe_ctx, static void tid_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 tid;