Fix: Allow the addition of environment fields to a frozen trace
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 9 Apr 2015 18:57:44 +0000 (14:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 9 Apr 2015 19:01:28 +0000 (15:01 -0400)
commita0d129162d2fdd1a99553a6cfbdf4e77ad3f7334
tree8e5b0d06c30f4cf0c23dc002e366e072423ba093
parenta7c415355d7e6def65028b131c8cb2d5586cd2a0
Fix: Allow the addition of environment fields to a frozen trace

Commit 7f800dc7 introduced a behavior change which made it
impossible to add environment fields to a frozen trace (after the
creation of a stream).

This fix makes it possible to add new fields to a trace's
environment while making it impossible to modify existing fields
hereby restoring CTF Writer's v1.2 behavior.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/ir/trace.c
This page took 0.024115 seconds and 4 git commands to generate.