Fix: get rid of consumed flag
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 24 Jul 2012 17:54:19 +0000 (13:54 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 24 Jul 2012 17:54:19 +0000 (13:54 -0400)
commit3a25e036c64003c5778538d7cfef8beccc65d640
tree711f7483705ebb1aae440502a620b7d4e911d7c0
parent23a151f0f9301b6fee28c9b0e8301f1f50e4ef9b
Fix: get rid of consumed flag

This flag is not appropriately used in the context of the library and is
not required. We now introduce a "poison" value to know when the
last_offset value is bogus.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
formats/ctf-text/ctf-text.c
formats/ctf/ctf.c
include/babeltrace/ctf-ir/metadata.h
include/babeltrace/ctf/types.h
lib/iterator.c
This page took 0.024512 seconds and 4 git commands to generate.