X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=lttng-tracer-core.h;h=a7b1e0a99406d8a079b69e71c0cbee7aba1edfde;hb=HEAD;hp=c9e68b82c4018a5e2a1e239fd05683f62646961a;hpb=a90917c3f8c4ed79117f1caa333b29a2108084ec;p=lttng-modules.git diff --git a/lttng-tracer-core.h b/lttng-tracer-core.h deleted file mode 100644 index c9e68b82..00000000 --- a/lttng-tracer-core.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef LTTNG_TRACER_CORE_H -#define LTTNG_TRACER_CORE_H - -/* - * lttng-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. - */ - -#include -#include - -#ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS -/* Align data on its natural alignment */ -#define RING_BUFFER_ALIGN -#endif - -#include "wrapper/ringbuffer/config.h" - -struct lttng_session; -struct lttng_channel; -struct lttng_event; - -#endif /* LTTNG_TRACER_CORE_H */