Add --debug-info-target-prefix
[babeltrace.git] / include / babeltrace / babeltrace-internal.h
index c9345509009d73eda04ab3df7ac4739980fa4d71..f11672b1c0ae749aa5470d04627fcdf1e1ae154e 100644 (file)
@@ -191,10 +191,13 @@ extern int opt_all_field_names,
        opt_clock_seconds,
        opt_clock_date,
        opt_clock_gmt,
-       opt_clock_force_correlate;
+       opt_clock_force_correlate,
+       opt_debug_info_full_path;
 
 extern uint64_t opt_clock_offset;
 extern uint64_t opt_clock_offset_ns;
 extern int babeltrace_ctf_console_output;
+extern char *opt_debug_info_dir;
+extern char *opt_debug_info_target_prefix;
 
 #endif
This page took 0.023384 seconds and 4 git commands to generate.