From: David Goulet Date: Fri, 31 Oct 2014 17:23:29 +0000 (-0400) Subject: Fix: UST consumer sync all available metadata X-Git-Tag: v2.7.0-rc1~239 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=e5ca40eeb602ab82458d902b0ba4de87204d23b3;hp=e5ca40eeb602ab82458d902b0ba4de87204d23b3 Fix: UST consumer sync all available metadata In live mode, the sync metadata function was only working on one single metadata stream of a given session ID. However, we can have multiple metadata stream for the same session ID thus failing to send the data in live mode correctly for the other streams. This fixes it by simply iterating over all metadata stream for a session ID and syncing them all. Signed-off-by: David Goulet ---