X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint-types.h;h=37a7662b605f8a9deb5bb3082bd65437c11312e7;hb=628e1d81fe575cfd281d8e0758b672b23d890c09;hp=b6353c80a3827130e0e74c48db099e7461e88673;hpb=0cdad3b1a77f830aa0d0a385f0ed4c06fe81c7ef;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 */