Fix: sendmsg EPIPE should be quiet by default (expected)
[lttng-tools.git] / tests / lttng / ust_global_event_basic.c
index 867e4391b811b208b425f37d78d15d52430e455b..05c1a443e00cdf51002f9068cd82397c41df6111 100644 (file)
@@ -29,6 +29,8 @@
 
 #include "../utils.h"
 
 
 #include "../utils.h"
 
+int opt_quiet = 0;
+
 int main(int argc, char **argv)
 {
        struct lttng_handle *handle = NULL;
 int main(int argc, char **argv)
 {
        struct lttng_handle *handle = NULL;
This page took 0.023129 seconds and 4 git commands to generate.