Fix: missing Tracepoint prototype checking due to bogus merge
[lttng-modules.git] / probes / lttng-events.h
index 0796b71afe1572672ed569afc5cc0cfb301be6cf..f6f7ef1c3bebb1a6b953d7f44f94164d9018b53b 100644 (file)
@@ -183,7 +183,9 @@ void trace_##_name(_proto);
 #define LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP_NOARGS(_template, _name, _map) \
 void trace_##_name(void);
 
- /*
+#include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
+
+/*
  * Stage 1.1 of the trace events.
  *
  * Create dummy trace prototypes for each event class, and for each used
This page took 0.022982 seconds and 4 git commands to generate.