X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint-types.h;h=9b104b07be6698e927dc4362b200eb99b16d86d7;hb=67e5f39161d80ea3d972a37ecf76f45a260c480d;hp=77e2e25d1621bce2d4dacf2582a47d0f5e18c7a2;hpb=2e707419baf97942e59a9d13bb23e0392bc48c15;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]; };