Fix: Handle SIGBUS in sessiond and consumerd
[lttng-tools.git] / tests / unit / test_ust_data.c
index f92b1f802b7481b415aae1834ae2475b02e070c3..87da5b4b6953a7a935b2e01016366b80fa8ab4a0 100644 (file)
@@ -21,6 +21,8 @@
 #include <bin/lttng-sessiond/ust-app.h>
 #include <bin/lttng-sessiond/notification-thread.h>
 
 #include <bin/lttng-sessiond/ust-app.h>
 #include <bin/lttng-sessiond/notification-thread.h>
 
+#include <lttng/ust-sigbus.h>
+
 #include <tap/tap.h>
 
 /* This path will NEVER be created in this test */
 #include <tap/tap.h>
 
 /* This path will NEVER be created in this test */
@@ -31,6 +33,8 @@
 /* Number of TAP tests in this file */
 #define NUM_TESTS 16
 
 /* Number of TAP tests in this file */
 #define NUM_TESTS 16
 
+DEFINE_LTTNG_UST_SIGBUS_STATE();
+
 /* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose;
 /* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose;
This page took 0.023648 seconds and 4 git commands to generate.