X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint-types.h;fp=include%2Flttng%2Ftracepoint-types.h;h=9b104b07be6698e927dc4362b200eb99b16d86d7;hb=b4f3bc52dcc49a4e9a82d76df0187e7bbebd3e21;hp=77e2e25d1621bce2d4dacf2582a47d0f5e18c7a2;hpb=687554296a45bf8b3467ba0bb37c06ba66085641;p=lttng-ust.git diff --git a/include/lttng/tracepoint-types.h b/include/lttng/tracepoint-types.h index 77e2e25d..9b104b07 100644 --- a/include/lttng/tracepoint-types.h +++ b/include/lttng/tracepoint-types.h @@ -25,6 +25,7 @@ struct tracepoint { int state; struct tracepoint_probe *probes; int *tracepoint_provider_ref; + const char *signature; char padding[TRACEPOINT_PADDING]; };