X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fbabeltrace-internal.h;h=f11672b1c0ae749aa5470d04627fcdf1e1ae154e;hb=dae52e7673333cf41828c8686158948ce93ef104;hp=b879544de0056d943f6f3f36b5c10c554199b261;hpb=37ea109aded53fd7a07b858a82f8c8c80c03a8a1;p=babeltrace.git diff --git a/include/babeltrace/babeltrace-internal.h b/include/babeltrace/babeltrace-internal.h index b879544d..f11672b1 100644 --- a/include/babeltrace/babeltrace-internal.h +++ b/include/babeltrace/babeltrace-internal.h @@ -192,10 +192,12 @@ extern int opt_all_field_names, opt_clock_date, opt_clock_gmt, opt_clock_force_correlate, - opt_stream_intersection; + 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