From: Francis Deslauriers Date: Tue, 16 Apr 2019 21:15:57 +0000 (-0400) Subject: flt.lttng-utils.debug-info: cleanup: remove usage old struct name X-Git-Tag: v2.0.0-pre5~91 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=c8f0ea4fd4aa4cc3d6a7c62f3ae2795268355f4a flt.lttng-utils.debug-info: cleanup: remove usage old struct name Signed-off-by: Francis Deslauriers --- diff --git a/plugins/lttng-utils/debug-info.c b/plugins/lttng-utils/debug-info.c index 88ee77bc..d84bf397 100644 --- a/plugins/lttng-utils/debug-info.c +++ b/plugins/lttng-utils/debug-info.c @@ -114,7 +114,7 @@ struct debug_info { /* * Hash table of VPIDs (pointer to int64_t) to - * (struct ctf_proc_debug_infos*); owned by debug_info. + * (struct proc_debug_info_sources*); owned by debug_info. */ GHashTable *vpid_to_proc_dbg_info_src; GQuark q_statedump_bin_info;