From c8f0ea4fd4aa4cc3d6a7c62f3ae2795268355f4a Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Tue, 16 Apr 2019 17:15:57 -0400 Subject: [PATCH] flt.lttng-utils.debug-info: cleanup: remove usage old struct name Signed-off-by: Francis Deslauriers --- plugins/lttng-utils/debug-info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1