From: Mathieu Desnoyers Date: Tue, 25 Aug 2015 18:41:04 +0000 (-0400) Subject: Fix: set stream id in HUP case X-Git-Tag: v1.4.4~6 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=1ab659eb38221a7908ee4693616ba43cca651a91;hp=1ab659eb38221a7908ee4693616ba43cca651a91 Fix: set stream id in HUP case In the case where a stream is closed when we get its first index, we still need a valid stream_id to assign it in the right stream (channel). In this case, it is not useful afterwards, but the debug output has the right value instead of -1ULL. Signed-off-by: Mathieu Desnoyers Signed-off-by: Julien Desfossez Signed-off-by: Jérémie Galarneau ---