doc: implement REUSE with SPDX identifiers
[lttng-ust.git] / doc / examples / gen-tp / sample_tracepoint.tp
index 62489262468085d35b07a90331a41e8aa16b93e2..2f548f6cef30c49abe3cb86889cc8fc3661d2064 100644 (file)
@@ -1,9 +1,14 @@
+// SPDX-FileCopyrightText: 2011-2012 Matthew Khouzam <matthew.khouzam@ericsson.com>
+// SPDX-FileCopyrightText: 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
+
 LTTNG_UST_TRACEPOINT_EVENT(
        sample_tracepoint,
        message, // C++ Style comment
        LTTNG_UST_TP_ARGS(const char *, text),
        LTTNG_UST_TP_FIELDS(
-               ctf_string(message, text)
+               lttng_ust_field_string(message, text)
                  )
 )
 /*
This page took 0.024008 seconds and 4 git commands to generate.