X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libust%2Fltt-tracer-core.h;h=20ed0c0e0ec7891182e43e28dcc27e54f69afd36;hb=4318ae1be57eb7983ab4857a7a8eeb4a030a8216;hp=d6839e4812897a34892bf7f6d367ad5e6e6f9bdc;hpb=4fbf9cd1ede72e98638a5f81ecdce11416b4afea;p=lttng-ust.git diff --git a/libust/ltt-tracer-core.h b/libust/ltt-tracer-core.h index d6839e48..20ed0c0e 100644 --- a/libust/ltt-tracer-core.h +++ b/libust/ltt-tracer-core.h @@ -21,19 +21,20 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include +#include +#include +#include #include +#include +#include "lttng/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 ust_lock(void); +void ust_unlock(void); + +#endif /* _LTT_TRACER_CORE_H */