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