Implement tracepoint-internal.h as LGPLv2.1 (not exported)
[lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index 435c86a673c8cb2652d6b992974b7846ae119108..e03024f49d2bade05e0b5472ddfb50f373e20ae4 100644 (file)
 #include <lttng/usterr-signal-safe.h>
 #include "lttng/core.h"
 #include "ltt-tracer.h"
+#include "tracepoint-internal.h"
+
+struct ltt_tracepoint_list {
+       struct tracepoint_iter iter;
+       int got_first;
+};
 
 static int lttng_ust_abi_close_in_progress;
 
This page took 0.022958 seconds and 4 git commands to generate.