Cleanup: Move lib/ringbuffer/ headers to include/ringbuffer/
[lttng-modules.git] / lttng-tracer-core.h
index c9e68b82c4018a5e2a1e239fd05683f62646961a..18716738fd4e77657cf182f5eceb7fb79d2e53c6 100644 (file)
@@ -1,16 +1,16 @@
-#ifndef LTTNG_TRACER_CORE_H
-#define LTTNG_TRACER_CORE_H
-
-/*
- * lttng-tracer-core.h
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
  *
- * Copyright (C) 2005-2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ * lttng-tracer-core.h
  *
- * This contains the core definitions for the Linux Trace Toolkit.
+ * This contains the core definitions for the Linux Trace Toolkit Next
+ * Generation tracer.
  *
- * Dual LGPL v2.1/GPL v2 license.
+ * Copyright (C) 2005-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
 
+#ifndef LTTNG_TRACER_CORE_H
+#define LTTNG_TRACER_CORE_H
+
 #include <linux/list.h>
 #include <linux/percpu.h>
 
@@ -19,7 +19,7 @@
 #define RING_BUFFER_ALIGN
 #endif
 
-#include "wrapper/ringbuffer/config.h"
+#include <ringbuffer/config.h>
 
 struct lttng_session;
 struct lttng_channel;
This page took 0.024049 seconds and 4 git commands to generate.