API refactoring: introduce probe context
[lttng-ust.git] / src / lib / lttng-ust / lttng-bytecode.h
index 46f721204567c5f5e85cafd06e5f4670c45e31ed..d8f2413c2c335955f3bd1eaaf8ee8aaf95f6cb00 100644 (file)
@@ -330,11 +330,13 @@ int lttng_bytecode_specialize(const struct lttng_ust_event_desc *event_desc,
 
 int lttng_bytecode_interpret_error(struct lttng_ust_bytecode_runtime *bytecode_runtime,
                const char *stack_data,
+               struct lttng_ust_probe_ctx *probe_ctx,
                void *ctx)
        __attribute__((visibility("hidden")));
 
 int lttng_bytecode_interpret(struct lttng_ust_bytecode_runtime *bytecode_runtime,
                const char *stack_data,
+               struct lttng_ust_probe_ctx *probe_ctx,
                void *ctx)
        __attribute__((visibility("hidden")));
 
This page took 0.022377 seconds and 4 git commands to generate.