Refactoring: struct lttng_event_desc and lttng_probe_desc
[lttng-ust.git] / liblttng-ust / lttng-bytecode-specialize.c
index f571dd60197b08b38f247f288ebd38d8e4063703..2982a7930ccdc9cb0e215c1c7e32d0d975a7219e 100644 (file)
@@ -546,7 +546,7 @@ end:
        return ret;
 }
 
-static int specialize_payload_lookup(const struct lttng_event_desc *event_desc,
+static int specialize_payload_lookup(const struct lttng_ust_event_desc *event_desc,
                struct bytecode_runtime *runtime,
                struct load_op *insn,
                struct vstack_load *load)
@@ -623,7 +623,7 @@ end:
        return ret;
 }
 
-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)
 {
        void *pc, *next_pc, *start_pc;
This page took 0.023374 seconds and 4 git commands to generate.