Refactor event notifier structure
[lttng-ust.git] / liblttng-ust / lttng-bytecode.h
index bf1f2cac1d996003044e225dd0016352c9f8ba9b..4e9f97c99468d3b4286c92f2b862b744fb14208d 100644 (file)
@@ -12,7 +12,7 @@
 #include <errno.h>
 #include <stdio.h>
 #include <stdbool.h>
-#include <helper.h>
+#include <ust-helper.h>
 #include <lttng/ust-events.h>
 #include <ust-context-provider.h>
 #include <stdint.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);
This page took 0.023509 seconds and 4 git commands to generate.