X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-tracer-core.h;h=a7b1e0a99406d8a079b69e71c0cbee7aba1edfde;hb=9143c6d5444e809b9d411c07a8dae94c151668ae;hp=c9e68b82c4018a5e2a1e239fd05683f62646961a;hpb=a90917c3f8c4ed79117f1caa333b29a2108084ec;p=lttng-modules.git diff --git a/lttng-tracer-core.h b/lttng-tracer-core.h index c9e68b82..a7b1e0a9 100644 --- a/lttng-tracer-core.h +++ b/lttng-tracer-core.h @@ -1,16 +1,16 @@ -#ifndef LTTNG_TRACER_CORE_H -#define LTTNG_TRACER_CORE_H - -/* - * lttng-tracer-core.h +/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) * - * Copyright (C) 2005-2011 Mathieu Desnoyers + * 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 */ +#ifndef LTTNG_TRACER_CORE_H +#define LTTNG_TRACER_CORE_H + #include #include @@ -19,7 +19,7 @@ #define RING_BUFFER_ALIGN #endif -#include "wrapper/ringbuffer/config.h" +#include struct lttng_session; struct lttng_channel;