X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fbabeltrace-internal.h;h=71c236a46d10187e8db6e348f94046a0e91cbc2c;hp=1f379ee7719d53de5c013c586783357f1f283d73;hb=458af89d3baff393a4c38f70520fb51b811ad932;hpb=ccde9b25397f3e74c60bfbcb9f77008299a44cc9 diff --git a/include/babeltrace/babeltrace-internal.h b/include/babeltrace/babeltrace-internal.h index 1f379ee7..71c236a4 100644 --- a/include/babeltrace/babeltrace-internal.h +++ b/include/babeltrace/babeltrace-internal.h @@ -191,9 +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 uint64_t opt_clock_offset; extern uint64_t opt_clock_offset_ns; +extern int babeltrace_ctf_console_output; +extern char *opt_debug_info_dir; #endif