flt.lttng-utils.debug-info: cleanup: remove usage old struct name
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 16 Apr 2019 21:15:57 +0000 (17:15 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:39 +0000 (18:19 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
plugins/lttng-utils/debug-info.c

index 88ee77bc77f4ac39b9eff4a9045cacbdf4116126..d84bf397a0af59a82b20202331e614b3008fce05 100644 (file)
@@ -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;
This page took 0.026663 seconds and 4 git commands to generate.