consumer: remove timeout for UST metadata
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Jul 2013 00:53:04 +0000 (20:53 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Jul 2013 18:33:20 +0000 (14:33 -0400)
commit04ef1097c8f54a151c899c1773ac56907c97694d
treefad73a7ef4306f37f10f582671a13c8a9e12fd8a
parentfeb78e88e113ec8c6918253e93136b5f6235ad31
consumer: remove timeout for UST metadata

Remove time out for UST metadata by generating metadata packets whenever
they are about to be read from the ring buffer rather than filling them
when the metadata cache is updated, which requires a time out, and
therefore may fail.

Reviewed-by: Julien Desfossez <julien.desfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/common/consumer-metadata-cache.c
src/common/consumer-metadata-cache.h
src/common/consumer.c
src/common/ust-consumer/ust-consumer.c
This page took 0.025176 seconds and 4 git commands to generate.