X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint-types.h;h=9b104b07be6698e927dc4362b200eb99b16d86d7;hb=67e5f39161d80ea3d972a37ecf76f45a260c480d;hp=37a7662b605f8a9deb5bb3082bd65437c11312e7;hpb=628e1d81fe575cfd281d8e0758b672b23d890c09;p=lttng-ust.git diff --git a/include/lttng/tracepoint-types.h b/include/lttng/tracepoint-types.h index 37a7662b..9b104b07 100644 --- a/include/lttng/tracepoint-types.h +++ b/include/lttng/tracepoint-types.h @@ -19,11 +19,14 @@ struct tracepoint_probe { void *data; }; +#define TRACEPOINT_PADDING 16 struct tracepoint { const char *name; int state; struct tracepoint_probe *probes; int *tracepoint_provider_ref; + const char *signature; + char padding[TRACEPOINT_PADDING]; }; #endif /* _LTTNG_TRACEPOINT_TYPES_H */