X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-bytecode.h;h=d8f2413c2c335955f3bd1eaaf8ee8aaf95f6cb00;hb=b2e37d27accf5e32128b82392dbe1a9522c7dc20;hp=46f721204567c5f5e85cafd06e5f4670c45e31ed;hpb=f3b06377a014332947b20cc4c266369ea85ddcfa;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-bytecode.h b/src/lib/lttng-ust/lttng-bytecode.h index 46f72120..d8f2413c 100644 --- a/src/lib/lttng-ust/lttng-bytecode.h +++ b/src/lib/lttng-ust/lttng-bytecode.h @@ -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")));