X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flttng-context-hostname.c;h=8956e540e1c8a0a01255c61d88203b9727ed9092;hb=4071a6283f2291a5894dc6b46608721fc6a56239;hp=b12ff0bcdd46b310e0834c4f361a264030e6f41a;hpb=346cb5ee265fe5f92d4d67a078eab74aa19e7bbd;p=lttng-modules.git diff --git a/src/lttng-context-hostname.c b/src/lttng-context-hostname.c index b12ff0bc..8956e540 100644 --- a/src/lttng-context-hostname.c +++ b/src/lttng-context-hostname.c @@ -30,8 +30,8 @@ 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 lib_ring_buffer_ctx *ctx, - struct lttng_channel *chan) + struct lttng_kernel_ring_buffer_ctx *ctx, + struct lttng_kernel_channel_buffer *chan) { struct nsproxy *nsproxy; struct uts_namespace *ns;