Move definitions to per-file structure
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 May 2011 23:18:20 +0000 (19:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 May 2011 23:18:20 +0000 (19:18 -0400)
commite28d4618a97ed5c6da7cda25af9d1121808664cf
treebeafe13d5c1095dc17d99d18a0c1bcb82536105e
parent557255e5f0e500f06bd014021a361ee374dab2e7
Move definitions to per-file structure

Otherwise, causes problem due to read of multiple files and interaction
with priority heap: the notion of "current" event and current packet is
only valid on a per-file basis.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf-text/ctf-text.c
formats/ctf/ctf.c
formats/ctf/metadata/ctf-visitor-generate-io-struct.c
include/babeltrace/ctf/metadata.h
This page took 0.024548 seconds and 4 git commands to generate.