X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=6a918f4d2b98a9b1bf6f34d3cb2887c94f8a8a95;hb=7075c5a2f8f4f90a018d7d1ea8c6dadda609495d;hp=b09a6718ce022e02526e3dd4500ac7aa773134ac;hpb=71ca40831761950c65a70bf596eb906415f1bd8f;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index b09a6718..6a918f4d 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -230,6 +230,7 @@ struct lttng_ust_enum_desc { const char *name; const struct lttng_ust_enum_entry * const *entries; unsigned int nr_entries; + const struct lttng_ust_probe_desc *probe_desc; /* End of base ABI. Fields below should be used after checking struct_size. */ }; @@ -276,6 +277,7 @@ struct lttng_ust_tracepoint_class { size_t nr_fields; void (*probe_callback)(void); const char *signature; /* Argument types/names received */ + const struct lttng_ust_probe_desc *probe_desc; /* End of base ABI. Fields below should be used after checking struct_size. */ };