include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / tracepoint-rcu.h
index f2d10afae35dba7c9f09fd67766e541eb6155492..58de697be88ebb660103be47b3e06dfa8ab35942 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * 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_UST_TRACEPOINT_RCU_H
 #define _LTTNG_UST_TRACEPOINT_RCU_H
@@ -29,7 +27,7 @@
                URCU_FORCE_CAST(__typeof__(p),                             \
                        lttng_ust_tracepoint_dlopen_ptr->rcu_dereference_sym(URCU_FORCE_CAST(void *, p)))
 
-#define LTTNG_UST_TP_RCU_LINK_TEST()   (lttng_ust_tracepoint_dlopen_ptr && tp_rcu_read_lock)
+#define LTTNG_UST_TP_RCU_LINK_TEST()   (lttng_ust_tracepoint_dlopen_ptr && lttng_ust_tp_rcu_read_lock)
 
 #endif /* _LGPL_SOURCE */
 
This page took 0.022829 seconds and 4 git commands to generate.