lib: compile liblttng-ctl as C++
[lttng-tools.git] / tests / regression / ust / multi-lib / callsites.h
index 059d8f791e3628fefec4f3c685c21b2e734c5f98..117aae8d3b3d870bed9f5042884871c0c38fee44 100644 (file)
@@ -7,5 +7,9 @@
 
 #ifndef CALLSITES_H
 #define CALLSITES_H
-void call_tracepoint(void);
+
+#include <lttng/lttng-export.h>
+
+LTTNG_EXPORT void call_tracepoint(void);
+
 #endif /* CALLSITES_H */
This page took 0.022753 seconds and 4 git commands to generate.