X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Fltt-tracer-core.h;h=fe2ecb9e455a4e9b39d4843d8a4b00745eaaa43e;hb=d4419b81b243bc3a6bdd4a09b3ca2216d044a1c7;hp=abab1734a13207234a0c0eaf1fc4f7129437a61c;hpb=8d8a24c8565ce6dce7e7bd1045a95d1d2af5e536;p=lttng-ust.git diff --git a/libust/ltt-tracer-core.h b/libust/ltt-tracer-core.h index abab1734..fe2ecb9e 100644 --- a/libust/ltt-tracer-core.h +++ b/libust/ltt-tracer-core.h @@ -23,19 +23,18 @@ #include #include +#include #include - -#ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS -/* Align data on its natural alignment */ -#define RING_BUFFER_ALIGN -#endif - -#include "usterr_signal_safe.h" +#include #include "ust/bug.h" + #include struct ltt_session; struct ltt_channel; struct ltt_event; +void ust_lock(void); +void ust_unlock(void); + #endif /* _LTT_TRACER_CORE_H */