Fixes:
liblttng-ust-ctl.so: undefined reference to `lttng_ust_sigbus_state'
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I428bdc262168d1701525e024e7580861d2498e2b
#include <tap/tap.h>
#include <lttng/lttng.h>
+#include <lttng/ust-sigbus.h>
#include <urcu/list.h>
#include <common/common.h>
#define NUM_TESTS 11
#define mmap_size 524288
+DEFINE_LTTNG_UST_SIGBUS_STATE();
+
static int control_sock;
struct live_session *session;
#include <common/compat/errno.h>
#include <bin/lttng-sessiond/trace-kernel.h>
#include <common/defaults.h>
+#include <lttng/ust-sigbus.h>
#include <tap/tap.h>
/* Number of TAP tests in this file */
#define NUM_TESTS 11
+DEFINE_LTTNG_UST_SIGBUS_STATE();
+
static const char alphanum[] =
"0123456789"
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"