X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-tracer-core.h;h=18716738fd4e77657cf182f5eceb7fb79d2e53c6;hb=3b4aafcbbef722c5d04f2fe06a47c47d4d23eda0;hp=c9e68b82c4018a5e2a1e239fd05683f62646961a;hpb=a90917c3f8c4ed79117f1caa333b29a2108084ec;p=lttng-modules.git diff --git a/lttng-tracer-core.h b/lttng-tracer-core.h index c9e68b82..18716738 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-only or LGPL-2.1-only) * - * 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;