From: Mathieu Desnoyers Date: Fri, 2 Mar 2012 22:26:10 +0000 (-0500) Subject: Fix: UST consumer need to iterate on streams, just change their key X-Git-Tag: v2.0.0-rc2~2 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=04253271daf725a84be2bc96ad12454f7422f611;hp=04253271daf725a84be2bc96ad12454f7422f611;p=lttng-tools.git Fix: UST consumer need to iterate on streams, just change their key We need iteration to still be able to see the stream/channel, but not lookups from sessiond query. Ensure that teardown does not lookup by key. Signed-off-by: Mathieu Desnoyers ---