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