From: David Goulet Date: Tue, 18 Dec 2012 19:02:14 +0000 (-0500) Subject: Fix: flag metadata stream on quiescent control cmd X-Git-Tag: v2.1.0~30 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=ad7051c0f2e1eb584c623794bf4b83548e3ccadc;hp=ad7051c0f2e1eb584c623794bf4b83548e3ccadc;p=lttng-tools.git Fix: flag metadata stream on quiescent control cmd For the relayd, when doing a quiescent control command, we have to flag the corresponding metadata stream or else it will simply stay alive until a close stream and always returning that data is inflight at the end data pending command. Add a stream id to the relayd command so the relayd can identify which stream to flag. Signed-off-by: David Goulet ---