Signed-off-by: David Goulet <dgoulet@efficios.com>
#define LTTNG_BUFFER_REGISTRY_H
#include <stdint.h>
-#include <lttng/ust-ctl.h>
#include <urcu/list.h>
#include <lttng/lttng.h>
#include <common/hashtable/hashtable.h>
#include "consumer.h"
+#include "ust-ctl.h"
#include "ust-registry.h"
struct buffer_reg_stream {
*/
#include <stdint.h>
-#include <lttng/ust-compiler.h>
+
+#define lttng_ust_notrace __attribute__((no_instrument_function))
+#define LTTNG_PACKED __attribute__((__packed__))
#ifndef __ust_stringify
#define __ust_stringify1(x) #x
#ifndef _LTTNG_UST_CTL_H
#define _LTTNG_UST_CTL_H
-#include <lttng/ust-abi.h>
#include <sys/types.h>
+#include "lttng-ust-abi.h"
+
#ifndef LTTNG_UST_UUID_LEN
#define LTTNG_UST_UUID_LEN 16
#endif
#include <limits.h>
#include <unistd.h>
-#include <lttng/ust-abi.h>
+
+#include "lttng-ust-abi.h"
/*
* ustcomm error code.