Move probe_ctx argument to align with lttng-ust
[lttng-modules.git] / include / lttng / events.h
index 2ceec317d604edc11c0a12d7b5cd3fd7b110ab86..c396e790d76e4663a0beac722c1112e9cc772535 100644 (file)
@@ -412,8 +412,8 @@ struct lttng_bytecode_runtime {
                                struct lttng_probe_ctx *lttng_probe_ctx,
                                const char *filter_stack_data);
                uint64_t (*capture)(void *filter_data,
-                               struct lttng_probe_ctx *lttng_probe_ctx,
                                const char *capture_stack_data,
+                               struct lttng_probe_ctx *lttng_probe_ctx,
                                struct lttng_interpreter_output *output);
        } interpreter_funcs;
        int link_failed;
@@ -497,8 +497,8 @@ struct lttng_kernel_event_notifier {
 
        int eval_capture;                               /* Need to evaluate capture */
        void (*notification_send)(struct lttng_kernel_event_notifier *event_notifier,
-               struct lttng_probe_ctx *probe_ctx,
                const char *stack_data,
+               struct lttng_probe_ctx *probe_ctx,
                struct lttng_kernel_notification_ctx *notif_ctx);
 };
 
This page took 0.023803 seconds and 4 git commands to generate.