From 705105fc18f3a8ca1413913a9954c124a8516dc8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Sun, 23 Nov 2014 13:13:31 -0500 Subject: [PATCH] Add comment indicating the type of ctf_traces' elements MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- formats/lttng-live/lttng-live.h | 1 + 1 file changed, 1 insertion(+) diff --git a/formats/lttng-live/lttng-live.h b/formats/lttng-live/lttng-live.h index c4641df7..f06d65d5 100644 --- a/formats/lttng-live/lttng-live.h +++ b/formats/lttng-live/lttng-live.h @@ -65,6 +65,7 @@ struct lttng_live_session { uint64_t stream_count; struct lttng_live_ctx *ctx; struct lttng_live_viewer_stream *streams; + /* HashTable mapping trace_ids to ptrs to struct lttng_live_ctf_trace */ GHashTable *ctf_traces; }; -- 2.34.1