include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / tracepoint-types.h
index 5354c3698abc478dd41c6167f5cff07098f7de63..f05fa4553e4d83f6e5ed09c2248055c48d57a8a7 100644 (file)
@@ -1,11 +1,9 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
-#ifndef _LTTNG_TRACEPOINT_TYPES_H
-#define _LTTNG_TRACEPOINT_TYPES_H
+#ifndef _LTTNG_UST_TRACEPOINT_TYPES_H
+#define _LTTNG_UST_TRACEPOINT_TYPES_H
 
 #include <stdint.h>
 
@@ -38,7 +36,8 @@ struct lttng_ust_tracepoint_probe {
 struct lttng_ust_tracepoint {
        uint32_t struct_size;
 
-       const char *name;
+       const char *provider_name;
+       const char *event_name;
        int state;
        struct lttng_ust_tracepoint_probe *probes;
        int *tracepoint_provider_ref;
@@ -47,4 +46,4 @@ struct lttng_ust_tracepoint {
        /* End of base ABI. Fields below should be used after checking struct_size. */
 };
 
-#endif /* _LTTNG_TRACEPOINT_TYPES_H */
+#endif /* _LTTNG_UST_TRACEPOINT_TYPES_H */
This page took 0.025494 seconds and 4 git commands to generate.