Rename struct lttng_probe_ctx to struct lttng_kernel_probe_ctx
[lttng-modules.git] / src / lttng-context-hostname.c
index df46293b0bf860914cc92717aed22f8e2d793723..b12ff0bcdd46b310e0834c4f361a264030e6f41a 100644 (file)
@@ -20,7 +20,7 @@
 #define LTTNG_HOSTNAME_CTX_LEN (__NEW_UTS_LEN + 1)
 
 static
-size_t hostname_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t offset)
+size_t hostname_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size_t offset)
 {
        size_t size = 0;
 
@@ -29,7 +29,7 @@ size_t hostname_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t o
 }
 
 static
-void hostname_record(void *priv, struct lttng_probe_ctx *probe_ctx,
+void hostname_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx,
                 struct lib_ring_buffer_ctx *ctx,
                 struct lttng_channel *chan)
 {
@@ -55,7 +55,7 @@ void hostname_record(void *priv, struct lttng_probe_ctx *probe_ctx,
 
 static
 void hostname_get_value(void *priv,
-               struct lttng_probe_ctx *lttng_probe_ctx,
+               struct lttng_kernel_probe_ctx *lttng_probe_ctx,
                struct lttng_ctx_value *value)
 {
        struct nsproxy *nsproxy;
This page took 0.023068 seconds and 4 git commands to generate.