Rename struct lttng_probe_ctx to struct lttng_kernel_probe_ctx
[lttng-modules.git] / src / lttng-context-time-ns.c
index 355feb163cc048f6963dfc4fb771c243d45afc9c..0fceef476d6ea33a285fdfc2642376186faea1d6 100644 (file)
@@ -24,7 +24,7 @@
 #if defined(CONFIG_TIME_NS)
 
 static
-size_t time_ns_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t offset)
+size_t time_ns_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size_t offset)
 {
        size_t size = 0;
 
@@ -34,7 +34,7 @@ size_t time_ns_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t of
 }
 
 static
-void time_ns_record(void *priv, struct lttng_probe_ctx *probe_ctx,
+void time_ns_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx,
                 struct lib_ring_buffer_ctx *ctx,
                 struct lttng_channel *chan)
 {
@@ -56,7 +56,7 @@ void time_ns_record(void *priv, struct lttng_probe_ctx *probe_ctx,
 
 static
 void time_ns_get_value(void *priv,
-               struct lttng_probe_ctx *lttng_probe_ctx,
+               struct lttng_kernel_probe_ctx *lttng_probe_ctx,
                struct lttng_ctx_value *value)
 {
        unsigned int time_ns_inum = 0;
This page took 0.022875 seconds and 4 git commands to generate.