Change-Id: I6b694da52ac35eeb046b9e33b143ecb01b42baf5
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
struct ust_app_stream_list streams;
/* Session pointer that owns this object. */
struct ust_app_session *session;
- /*
- * Contexts are kept in a hash table for fast lookup and in an ordered list
- * so we are able to enable them on the tracer side in the same order the
- * user added them.
- */
+ /* Hashtable of ust_app_ctx instances. */
struct lttng_ht *ctx;
-
+ /* Hashtable of ust_app_event instances. */
struct lttng_ht *events;
uint64_t tracefile_size;
uint64_t tracefile_count;