Basic seek support
authorJulien Desfossez <julien.desfossez@polymtl.ca>
Tue, 13 Sep 2011 17:59:22 +0000 (13:59 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Sep 2011 17:59:22 +0000 (13:59 -0400)
commit877fb419d4629750bfa94f3853019af18f382eab
treeac7100e9223a26cb343b81ad0990ecb651764215
parentc34ccddd3910efe68ed20faf40b7da76282bb727
Basic seek support

For now just mimic the previous behaviour of babeltrace but with a basic
seek structure.
We define the babeltrace_iter_seek that seeks each file_stream of an
iterator to a given position and the babeltrace_filestream_seek function
that does the actual seek on the file_stream and can be used internally.

Signed-off-by: Julien Desfossez <julien.desfossez@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
converter/babeltrace-lib.c
This page took 0.025276 seconds and 4 git commands to generate.