X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=ltt-tracer-core.h;h=d464877de4f23b016c49dc86e432a2c9bb75505e;hb=17baffe29814f2508556e498ab8c41a192e76b67;hp=c300e5d2d55352cd9c949d0d8cdda8fdf1ade57a;hpb=6db3d13b849ff90922bd55fdaf047d746d79ba4a;p=lttng-modules.git diff --git a/ltt-tracer-core.h b/ltt-tracer-core.h index c300e5d2..d464877d 100644 --- a/ltt-tracer-core.h +++ b/ltt-tracer-core.h @@ -1,24 +1,25 @@ +#ifndef LTT_TRACER_CORE_H +#define LTT_TRACER_CORE_H + /* - * Copyright (C) 2005,2006 Mathieu Desnoyers (mathieu.desnoyers@polymtl.ca) + * ltt-tracer-core.h + * + * Copyright (C) 2005-2011 Mathieu Desnoyers * * This contains the core definitions for the Linux Trace Toolkit. * * Dual LGPL v2.1/GPL v2 license. */ -#ifndef LTT_TRACER_CORE_H -#define LTT_TRACER_CORE_H - #include #include -#include #ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS /* Align data on its natural alignment */ #define RING_BUFFER_ALIGN #endif -#include +#include "wrapper/ringbuffer/config.h" struct ltt_session; struct ltt_channel;