Fix: add missing #include for 3.8 kernel
[lttng-modules.git] / src / lttng-context-hostname.c
index b12ff0bcdd46b310e0834c4f361a264030e6f41a..8956e540e1c8a0a01255c61d88203b9727ed9092 100644 (file)
@@ -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;
This page took 0.023918 seconds and 4 git commands to generate.