X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint-types.h;h=37a7662b605f8a9deb5bb3082bd65437c11312e7;hb=75181c4b1b6e046ae8561c486ced003a83b1a696;hp=b6353c80a3827130e0e74c48db099e7461e88673;hpb=23c8854a5fa1120df5cfdfbf08f00e00976f95fa;p=lttng-ust.git diff --git a/include/lttng/tracepoint-types.h b/include/lttng/tracepoint-types.h index b6353c80..37a7662b 100644 --- a/include/lttng/tracepoint-types.h +++ b/include/lttng/tracepoint-types.h @@ -23,6 +23,7 @@ struct tracepoint { const char *name; int state; struct tracepoint_probe *probes; + int *tracepoint_provider_ref; }; #endif /* _LTTNG_TRACEPOINT_TYPES_H */