Refactoring: struct lttng_event_desc and lttng_probe_desc
[lttng-ust.git] / liblttng-ust / lttng-bytecode.h
index c0e90c45bc5744ad99a3f7b5f4d4a76b81e956f4..8caf15ecd43d2eb1e2c7d470e49029b6b9f45fba 100644 (file)
@@ -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);
@@ -325,7 +325,7 @@ void lttng_bytecode_capture_sync_state(struct lttng_bytecode_runtime *runtime);
 LTTNG_HIDDEN
 int lttng_bytecode_validate(struct bytecode_runtime *bytecode);
 LTTNG_HIDDEN
-int lttng_bytecode_specialize(const struct lttng_event_desc *event_desc,
+int lttng_bytecode_specialize(const struct lttng_ust_event_desc *event_desc,
                struct bytecode_runtime *bytecode);
 
 LTTNG_HIDDEN
This page took 0.024313 seconds and 4 git commands to generate.