Add comment indicating the type of ctf_traces' elements
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 23 Nov 2014 18:13:31 +0000 (13:13 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 2 Dec 2014 16:01:10 +0000 (11:01 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/lttng-live/lttng-live.h

index c4641df7c62bc934896ea3ac0d81d49ca8bc5d92..f06d65d5803ee39f16cc3d17d242aac857b5e2a1 100644 (file)
@@ -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;
 };
 
This page took 0.025512 seconds and 4 git commands to generate.