Fix error.h non-static variables for liblttng-ctl
[lttng-tools.git] / tests / test_kernel_data_trace.c
index 41728544f5c5f4aefffcb2a5b6999e98adc60345..6d7f291beefbf56217ce36bbed30fdc6ec195f54 100644 (file)
@@ -36,8 +36,8 @@
 #define RANDOM_STRING_LEN      11
 
 /* For lttngerr.h */
-int opt_quiet = 1;
-int opt_verbose = 0;
+int lttng_opt_quiet = 1;
+int lttng_opt_verbose;
 
 static const char alphanum[] =
        "0123456789"
This page took 0.022814 seconds and 4 git commands to generate.