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:26:47 +0000 (13:26 -0400)
commit431cad13eb81c25ae1b0fb10ba8ce7b63abe2ee7
treea39e227757eca296a41acd1e36a774532a974326
parent56eb7745a9803a5e82a487ae2a1fd7426fe86657
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.026473 seconds and 4 git commands to generate.