X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=4088157f956e8fe87e89f0aa80fd89e41336d5d3;hb=1c1968450409b3c159a3000f9e1a968ff1e5f7e8;hp=b09a6718ce022e02526e3dd4500ac7aa773134ac;hpb=5b675300cd432c3dff378ac5b78eb6b56d4294e6;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index b09a6718..4088157f 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -1,8 +1,8 @@ +// SPDX-FileCopyrightText: 2010-2012 Mathieu Desnoyers +// +// SPDX-License-Identifier: MIT + /* - * SPDX-License-Identifier: MIT - * - * Copyright (C) 2010-2012 Mathieu Desnoyers - * * Holds LTTng per-session event registry. */ @@ -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. */ };