Move forward declarations to private header
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 3 May 2021 16:52:51 +0000 (12:52 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 4 May 2021 14:38:33 +0000 (10:38 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ibd6fa4f9ec751be8cdb0082c729c3c5662c02d0b

include/lttng/events-internal.h
include/lttng/events.h

index 1ca9dcfcd26ec824c185447caf1cd44ffb738425..8ac87e7f741fa5663887f738e1577f2f09a2f5c3 100644 (file)
 #include <lttng/events.h>
 
 struct lttng_syscall_filter;
+struct lttng_metadata_cache;
+struct perf_event;
+struct perf_event_attr;
+struct lib_ring_buffer_config;
 
 enum lttng_enabler_format_type {
        LTTNG_ENABLER_FORMAT_STAR_GLOB,
index f71c2c918856d891f4ffab4ba28bc6036c71a525..3a5f94d339339e7102a64c070508173232b8d7d8 100644 (file)
 
 struct lttng_channel;
 struct lttng_kernel_session;
-struct lttng_metadata_cache;
 struct lttng_kernel_ring_buffer_ctx;
-struct perf_event;
-struct perf_event_attr;
-struct lib_ring_buffer_config;
 
 /* Type description */
 
This page took 0.025951 seconds and 4 git commands to generate.