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:19:06 +0000 (13:19 -0500)
commit66a12737a720a129c9b4e9b1d304b840b4738bff
tree78b7cc2e97b7b1b90a580c20cc04c633e560ec53
parent671c16a587f332d59f856b61fa1660345a6ce64c
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.026328 seconds and 5 git commands to generate.