From: Jérémie Galarneau Date: Sun, 23 Nov 2014 18:13:31 +0000 (-0500) Subject: Add comment indicating the type of ctf_traces' elements X-Git-Tag: v2.0.0-pre1~1460 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=705105fc18f3a8ca1413913a9954c124a8516dc8 Add comment indicating the type of ctf_traces' elements Signed-off-by: Jérémie Galarneau --- 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; };