Add --debug-info-full-path option and shorten source name
[babeltrace.git] / include / babeltrace / babeltrace-internal.h
index df6406d08fe39212d821ff906e3b5e16288bc505..ce2648a6cf3bf32ed6b261ea09607ff02aaeb667 100644 (file)
@@ -191,10 +191,12 @@ 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 int64_t opt_clock_offset;
 extern int64_t opt_clock_offset_ns;
 extern int babeltrace_ctf_console_output;
+extern char *opt_debug_info_dir;
 
 #endif
This page took 0.02304 seconds and 4 git commands to generate.