Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
[lttng-ust.git] / include / lttng / tracepoint-types.h
index b6353c80a3827130e0e74c48db099e7461e88673..37a7662b605f8a9deb5bb3082bd65437c11312e7 100644 (file)
@@ -23,6 +23,7 @@ struct tracepoint {
        const char *name;
        int state;
        struct tracepoint_probe *probes;
+       int *tracepoint_provider_ref;
 };
 
 #endif /* _LTTNG_TRACEPOINT_TYPES_H */
This page took 0.023529 seconds and 4 git commands to generate.