From: Jérémie Galarneau Date: Tue, 21 May 2019 23:44:30 +0000 (-0400) Subject: Maintain a channel-per-session_id hash table in the consumers X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=5c3892a6b0083de585509b7c71b76068b2f110bc;hp=5c3892a6b0083de585509b7c71b76068b2f110bc;p=lttng-tools.git Maintain a channel-per-session_id hash table in the consumers Add and maintain an hash table indexed by `session_id` that allows the consumer daemons to perform actions on a set of channels belonging to a given session. This hash table holds no ownership of the channels; it is merely an "index" to the existing set of channels maintained in the channel_ht. Signed-off-by: Jérémie Galarneau ---