X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libust%2Fltt-tracer-core.h;h=1a329780f7875e6105df70b3cf88733640849633;hb=8165c8da23fb8a3395d7e829f3d5734e18dd7db9;hp=d6839e4812897a34892bf7f6d367ad5e6e6f9bdc;hpb=4fbf9cd1ede72e98638a5f81ecdce11416b4afea;p=lttng-ust.git diff --git a/libust/ltt-tracer-core.h b/libust/ltt-tracer-core.h index d6839e48..1a329780 100644 --- a/libust/ltt-tracer-core.h +++ b/libust/ltt-tracer-core.h @@ -23,17 +23,18 @@ #include #include +#include #include +#include +#include "ust/bug.h" -#ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS -/* Align data on its natural alignment */ -#define RING_BUFFER_ALIGN -#endif - -#include "../libringbuffer/config.h" +#include struct ltt_session; struct ltt_channel; struct ltt_event; -#define /* _LTT_TRACER_CORE_H */ +void lock_ust(void); +void unlock_ust(void); + +#endif /* _LTT_TRACER_CORE_H */