Hide internal tracepoint and providers data symbols
[lttng-ust.git] / src / lib / lttng-ust / tracelog.c
index 4a10a641966b6ca7bcda7d9aae4af0d78d9d33a0..8147d7a339abc9383ba31e4816779811c0efaa36 100644 (file)
@@ -8,6 +8,9 @@
 #include <stdio.h>
 #include "common/macros.h"
 
+/* The tracepoint definition is public, but the provider definition is hidden. */
+#define LTTNG_UST_TRACEPOINT_PROVIDER_HIDDEN_DEFINITION
+
 #define LTTNG_UST_TRACEPOINT_CREATE_PROBES
 #define LTTNG_UST_TRACEPOINT_DEFINE
 #include "lttng-ust-tracelog-provider.h"
This page took 0.023026 seconds and 4 git commands to generate.