Fix: Confusion between stream and stream class IDs
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 10 Nov 2015 18:19:06 +0000 (13:19 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 10 Nov 2015 18:29:27 +0000 (13:29 -0500)
commitc9b084fbc28f2cdbd5db3440fa9397ea5debb15e
tree03bc15e8418988d395e524df6fee1daa3caad84f
parent0d08ed29311a9f1381b2015fd609dd10fdcf284a
Fix: Confusion between stream and stream class IDs

CTF Writer is using the stream id, which is really a "file id",
to populate the packet header. The packet header's id should
match a stream class declaration in the TSDL metadata file.

Reported-by: Rocky Dunlap <rsdunlapiv@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/writer/writer.c
This page took 0.024493 seconds and 4 git commands to generate.