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:23:29 +0000 (13:23 -0400)
commite5ca40eeb602ab82458d902b0ba4de87204d23b3
tree3f19d6b84bd94f0d1ed055e546558a38b6c0e7d5
parent2889dd08df7398eaaa139c43b5957534a5b3ef22
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.024699 seconds and 4 git commands to generate.