Fix: UST consumer sync all available metadata
authorDavid Goulet <dgoulet@efficios.com>
Fri, 31 Oct 2014 17:23:29 +0000 (13:23 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 31 Oct 2014 17:35:31 +0000 (13:35 -0400)
commitf0ce8d4114f544df07856e9f6f5e7e843221d543
treea851de7d173863cd1d16b7f14eac97c3c8ea6680
parent893347c2b7464a04ef2467b89752daeb219780f4
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 <dgoulet@efficios.com>
src/common/consumer-stream.c
This page took 0.025908 seconds and 4 git commands to generate.