X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-bytecode.h;h=4e9f97c99468d3b4286c92f2b862b744fb14208d;hb=74579d3b9664fd1f60c0241cb569c6a2bfee05ff;hp=c0e90c45bc5744ad99a3f7b5f4d4a76b81e956f4;hpb=864a1eda22ed99266509ac76451c6f27f91aa17e;p=lttng-ust.git diff --git a/liblttng-ust/lttng-bytecode.h b/liblttng-ust/lttng-bytecode.h index c0e90c45..4e9f97c9 100644 --- a/liblttng-ust/lttng-bytecode.h +++ b/liblttng-ust/lttng-bytecode.h @@ -314,8 +314,8 @@ struct lttng_interpreter_output { } u; }; -/* Should be hidden but would break the ABI */ -const char *print_op(enum bytecode_op op); +LTTNG_HIDDEN +const char *lttng_bytecode_print_op(enum bytecode_op op); LTTNG_HIDDEN void lttng_bytecode_filter_sync_state(struct lttng_bytecode_runtime *runtime);