X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=src%2Flttng-context-hostname.c;h=8956e540e1c8a0a01255c61d88203b9727ed9092;hp=c34ed5cd1a6814a3da7c1d1ae886cea6a5085557;hb=f7d06400be7d046205c20277a03f3f31bf5b1703;hpb=eec143a1bec2bebc1c62faab8af96160eb47ece5 diff --git a/src/lttng-context-hostname.c b/src/lttng-context-hostname.c index c34ed5cd..8956e540 100644 --- a/src/lttng-context-hostname.c +++ b/src/lttng-context-hostname.c @@ -31,7 +31,7 @@ size_t hostname_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, s static void hostname_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, struct lttng_kernel_ring_buffer_ctx *ctx, - struct lttng_channel *chan) + struct lttng_kernel_channel_buffer *chan) { struct nsproxy *nsproxy; struct uts_namespace *ns;