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-Tag: v2.11.0-rc3~146 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=0fc67d9b76c1a4271bf8b829b7681820aa871535;hp=0fc67d9b76c1a4271bf8b829b7681820aa871535;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 ---