Test cleanup: wrong indentation style in test_ust_data.c
[lttng-tools.git] / tests / unit / ini_config / ini_config.c
index 38fe5f4f2193a7770881ea65b02e5e3b43f87316..e9710275b39bb56e3b5a162228ffd333207048f7 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #include <tap/tap.h>
-#include <common/config/config.h>
+#include <common/config/session-config.h>
 #include <common/utils.h>
 #include <string.h>
 
@@ -31,6 +31,7 @@ struct state {
 
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 0;
+int lttng_opt_mi;
 
 int entry_handler(const struct config_entry *entry,
                struct state *state)
This page took 0.024835 seconds and 4 git commands to generate.