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:42 +0000 (13:26 -0400)
commitffacb34003d53dcabb78cfa9bc07f678fcdc2a00
treea41e7dc41f4a49cae4e923b7678f49aa0d967733
parentd28b01e1cdeba6df44795466b041d4fb17bc1896
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.0251 seconds and 4 git commands to generate.