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-Url: http://git.efficios.com/?p=deliverable%2Fbabeltrace.git;a=commitdiff_plain;h=af1bd95dca54b7f583bd5b2d494f050d84ed05f0 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 88ee77bc7..d84bf397a 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;