fix : bt_ctf_iter_create defaults to BEGIN pos
authorJulien Desfossez <julien.desfossez@efficios.com>
Wed, 14 Mar 2012 18:58:08 +0000 (14:58 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Mar 2012 18:58:08 +0000 (14:58 -0400)
commitb42d4e4eb51a906d1391a6d595fe7bff8b427c7d
treedeebee0b218081857ca6d91ac47ee17f31f1d426
parente003e87103a3fd72d543ec3191c20df56599b0f5
fix : bt_ctf_iter_create defaults to BEGIN pos

With the context notion it does not make sense to start the iterator at
the current position, so we default to BT_SEEK_BEGIN if begin_pos is
NULL.

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