X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-context-tid.c;h=9438cb63e6d5574a7ae9d970b9a8bafcea585bf9;hb=6c8c025bf7552b6073c5c1884e1493badd842f42;hp=5a9dee54fd8f8c8c74b89541192c0567b621bf9f;hpb=2dc781e02eb156a76554ada092a181ab2916db57;p=lttng-modules.git diff --git a/src/lttng-context-tid.c b/src/lttng-context-tid.c index 5a9dee54..9438cb63 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,8 +27,8 @@ 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, +void tid_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, + struct lttng_kernel_ring_buffer_ctx *ctx, struct lttng_channel *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;