From: Mathieu Desnoyers Date: Tue, 16 Jul 2013 00:53:04 +0000 (-0400) Subject: consumer: remove timeout for UST metadata X-Git-Tag: v2.3.0-rc1~20 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=04ef1097c8f54a151c899c1773ac56907c97694d;hp=04ef1097c8f54a151c899c1773ac56907c97694d;p=lttng-tools.git 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 Signed-off-by: Mathieu Desnoyers ---