X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt-tracer-core.h;h=5abc432d24a0a6bebd210d7a304c325eb131c9d7;hb=e15b0e203f91192e5a26be0ca7d767f75c8c9903;hp=4357cec3f27f6c6a0db6d87cf88f4114264e186a;hpb=6c29ebe78ae39a3eaf707aec5ad0988df0e13ca4;p=lttng-modules.git diff --git a/ltt-tracer-core.h b/ltt-tracer-core.h index 4357cec3..5abc432d 100644 --- a/ltt-tracer-core.h +++ b/ltt-tracer-core.h @@ -14,7 +14,7 @@ #include #include -#if 1 //ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS +#ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS /* Align data on its natural alignment */ #define RING_BUFFER_ALIGN #endif @@ -25,13 +25,4 @@ struct ltt_session; struct ltt_channel; struct ltt_event; -typedef int (*ltt_run_filter_functor)(struct ltt_session *session, - struct ltt_channel *chan, - struct ltt_event *event); - -extern ltt_run_filter_functor ltt_run_filter; - -extern void ltt_filter_register(ltt_run_filter_functor func); -extern void ltt_filter_unregister(void); - #endif /* LTT_TRACER_CORE_H */