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-Url: http://drtracing.org/?a=commitdiff_plain;h=705105fc18f3a8ca1413913a9954c124a8516dc8;p=deliverable%2Fbabeltrace.git 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 c4641df7c..f06d65d58 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; };