Support per UID buffers
[lttng-tools.git] / tests / unit / test_kernel_data.c
index 13f48f9b5c1e5f1fb1f2418c043f36ce78816773..c9dc194d0ca4b449a6837065dfbf9c8150dec91c 100644 (file)
@@ -42,6 +42,9 @@
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose;
 
+int ust_consumerd32_fd;
+int ust_consumerd64_fd;
+
 static const char alphanum[] =
        "0123456789"
        "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
This page took 0.022878 seconds and 4 git commands to generate.