Tracepoint API namespacing '__lttng_ust_events_exit'
[lttng-ust.git] / src / lib / lttng-ust / lttng-bytecode.c
index 68108192d08158ca68e868e76fdcf590778862a5..9222e1cc2d5091110a0d626e9368a2a1911cfe2f 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "context-internal.h"
 #include "lttng-bytecode.h"
-#include "ust-events-internal.h"
+#include "lib/lttng-ust/events.h"
 #include "common/macros.h"
 
 static const char *opnames[] = {
@@ -179,7 +179,7 @@ int apply_field_reloc(const struct lttng_ust_event_desc *event_desc,
                const char *field_name,
                enum bytecode_op bytecode_op)
 {
-       const struct lttng_ust_event_field **fields, *field = NULL;
+       const struct lttng_ust_event_field * const *fields, *field = NULL;
        unsigned int nr_fields, i;
        struct load_op *op;
        uint32_t field_offset = 0;
This page took 0.026255 seconds and 4 git commands to generate.